X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.cpp;fp=source%2Fgnuccompiler.cpp;h=0210a6c4e4e152e2713854a2beebc38972b1e915;hb=1c80c1c33af10e8e325808906a95969ee57676b6;hp=cedea1050bb7390df3d6e3424c2bcb916a2f0c75;hpb=375526d108ec742a84926e1d458428fd2d0f37f3;p=builder.git diff --git a/source/gnuccompiler.cpp b/source/gnuccompiler.cpp index cedea10..0210a6c 100644 --- a/source/gnuccompiler.cpp +++ b/source/gnuccompiler.cpp @@ -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");