From b55cc19f41b5995f616e58af49bb84b79d5167e1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 9 Jul 2023 11:06:33 +0100 Subject: coreboot: AMD Fam10/15: don't build GCC-GNAT do this with board.cfg option: crossgcc_ada="n" add this environmental variable when building crossgcc, if crossgcc_ada="n": BUILD_LANGUAGES=c This avoids building the GNAT/Ada compiler in GCC. Coreboot 4.11 is only used for some AGESA boards that don't need Ada (their video init is the old style, written in C, it's not libgfxinit) Signed-off-by: Leah Rowe --- resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg') diff --git a/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg b/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg index ced4feb4..d6c1c4ff 100644 --- a/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg +++ b/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg @@ -5,3 +5,4 @@ payload_grub="y" payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" +crossgcc_ada="n" -- cgit v1.2.1