From: Mikko Rasa Date: Mon, 26 Dec 2022 12:51:02 +0000 (+0200) Subject: Use a cross prefix for the new unified GnuLinker driver X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=d2df46cb44da788af02fa163a2ecb288e6ef15dc Use a cross prefix for the new unified GnuLinker driver --- 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); }