X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnulinker.cpp;h=19313336473a2ac92b6f26e80e05824f94371347;hb=d2df46cb44da788af02fa163a2ecb288e6ef15dc;hp=f37cf99cf766ae567ca4645b2df03886c9562cd3;hpb=dd5f5ca28944ed2f8ddd62f8af672ed003938a8f;p=builder.git diff --git a/source/gnulinker.cpp b/source/gnulinker.cpp index f37cf99..1931333 100644 --- a/source/gnulinker.cpp +++ b/source/gnulinker.cpp @@ -29,7 +29,7 @@ GnuLinker::GnuLinker(Builder &b, const Architecture &a): processing_unit = COMPONENT; - set_command("gcc"); + set_command("gcc", true); set_run(_run); }