]> git.tdb.fi Git - builder.git/blobdiff - source/gnuccompiler.cpp
Don't treat using deprecated declarations as errors
[builder.git] / source / gnuccompiler.cpp
index cedea1050bb7390df3d6e3424c2bcb916a2f0c75..0210a6c4e4e152e2713854a2beebc38972b1e915 100644 (file)
@@ -4,8 +4,8 @@
 using namespace std;
 using namespace Msp;
 
-GnuCCompiler::GnuCCompiler(Builder &b, const Architecture &a):
-       GnuCompiler(b, a, "CC")
+GnuCCompiler::GnuCCompiler(Builder &b, const Architecture &a, const FS::Path &sysroot):
+       GnuCompiler(b, a, "CC", sysroot)
 {
        set_command("gcc", true);
        input_suffixes.push_back(".c");