summaryrefslogtreecommitdiff
path: root/config/coreboot/w500_8mb/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-21 10:48:07 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-21 14:18:51 +0000
commit90ac30b163b47769695ba247b2d5cb7c43226815 (patch)
tree3d48c3e2347a2b6a815ea3b75820b82c5a85ba72 /config/coreboot/w500_8mb/target.cfg
parent4711098e94b35dc1bdbad470443f56bb83aa1eb1 (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/w500_8mb/target.cfg')
-rw-r--r--config/coreboot/w500_8mb/target.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/w500_8mb/target.cfg b/config/coreboot/w500_8mb/target.cfg
index 58ae8733..4269b2a5 100644
--- a/config/coreboot/w500_8mb/target.cfg
+++ b/config/coreboot/w500_8mb/target.cfg
@@ -1,6 +1,6 @@
tree="default"
romtype="normal"
-arch="x86_64"
+arch="i386-elf"
payload_grub="y"
payload_grub_withseabios="y"
payload_seabios="y"