From d2df46cb44da788af02fa163a2ecb288e6ef15dc Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 26 Dec 2022 14:51:02 +0200 Subject: [PATCH] Use a cross prefix for the new unified GnuLinker driver --- source/gnulinker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.0