From 90ac30b163b47769695ba247b2d5cb7c43226815 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 21 Dec 2023 10:48:07 +0000 Subject: update/trees: simplified crossgcc handling only call crossgcc for coreboot and u-boot, but use hostcc for everything else. simplify the checking of which architecture to compile for. "arch" in target.cfg files has been modified, to allow further simplification. without this patch, the logic currently only *barely* avoids using crossgcc on things like utils, and only works in practise because, in practise, lbmk only works on x86_64 anyway. the new logic, as per this patch, is simpler and more robust. Signed-off-by: Leah Rowe --- config/coreboot/g43t-am3_16mb/target.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/coreboot/g43t-am3_16mb/target.cfg') diff --git a/config/coreboot/g43t-am3_16mb/target.cfg b/config/coreboot/g43t-am3_16mb/target.cfg index ac38a6c7..0308cf27 100644 --- a/config/coreboot/g43t-am3_16mb/target.cfg +++ b/config/coreboot/g43t-am3_16mb/target.cfg @@ -1,6 +1,6 @@ tree="default" romtype="normal" -arch="x86_64" +arch="i386-elf" payload_seabios="y" payload_memtest="y" microcode_required="n" -- cgit v1.2.1