]> git.tdb.fi Git - builder.git/commitdiff
Use a cross prefix for the new unified GnuLinker driver
authorMikko Rasa <tdb@tdb.fi>
Mon, 26 Dec 2022 12:51:02 +0000 (14:51 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 26 Dec 2022 19:12:50 +0000 (21:12 +0200)
source/gnulinker.cpp

index f37cf99cf766ae567ca4645b2df03886c9562cd3..19313336473a2ac92b6f26e80e05824f94371347 100644 (file)
@@ -29,7 +29,7 @@ GnuLinker::GnuLinker(Builder &b, const Architecture &a):
 
        processing_unit = COMPONENT;
 
-       set_command("gcc");
+       set_command("gcc", true);
        set_run(_run);
 }