X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.cpp;h=cedea1050bb7390df3d6e3424c2bcb916a2f0c75;hb=6140518acb736f9020005245686bfbc5fca2d329;hp=7089a26ec341a1dfe3e0e8c2c5b18a3e5755d4b3;hpb=25a315f3cb5805614c513ac762ea1bd512ce82cb;p=builder.git diff --git a/source/gnuccompiler.cpp b/source/gnuccompiler.cpp index 7089a26..cedea10 100644 --- a/source/gnuccompiler.cpp +++ b/source/gnuccompiler.cpp @@ -5,8 +5,9 @@ using namespace std; using namespace Msp; GnuCCompiler::GnuCCompiler(Builder &b, const Architecture &a): - GnuCompiler(b, a, "CC", "gcc") + GnuCompiler(b, a, "CC") { + set_command("gcc", true); input_suffixes.push_back(".c"); aux_suffixes.push_back(".h"); }