summaryrefslogtreecommitdiff
path: root/resources/coreboot/kcma-d8-udimm_16mb
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-07-09 11:06:33 +0100
committerLeah Rowe <leah@libreboot.org>2023-07-09 11:20:56 +0100
commitb55cc19f41b5995f616e58af49bb84b79d5167e1 (patch)
tree42049eb0c86aa1a1ac52007a297ecb530d4c430c /resources/coreboot/kcma-d8-udimm_16mb
parentb7d22a9c36595073b19e8468a6a15a2cb19edd9b (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'resources/coreboot/kcma-d8-udimm_16mb')
-rw-r--r--resources/coreboot/kcma-d8-udimm_16mb/board.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/coreboot/kcma-d8-udimm_16mb/board.cfg b/resources/coreboot/kcma-d8-udimm_16mb/board.cfg
index 90caa033..9680f8e7 100644
--- a/resources/coreboot/kcma-d8-udimm_16mb/board.cfg
+++ b/resources/coreboot/kcma-d8-udimm_16mb/board.cfg
@@ -5,3 +5,4 @@ payload_grub="y"
payload_grub_withseabios="y"
payload_seabios="y"
payload_memtest="y"
+crossgcc_ada="n"