I said that SC-fam10 was the only failing platform, but I lied. Looks
like plain ol serengeti-cheetah had a flag problem too. Patch attached.
--
Jordan Crouse
Systems Software Development Engineer
Advanced Micro Devices, Inc.
v2: Fix Serengeti-Cheetah flags too
Signed-off-by: Jordan Crouse
jordan.crouse@amd.com
Index: coreboot-v2/src/mainboard/amd/serengeti_cheetah/Config.lb
===================================================================
--- coreboot-v2.orig/src/mainboard/amd/serengeti_cheetah/Config.lb 2008-01-28 14:19:02.000000000 -0700
+++ coreboot-v2/src/mainboard/amd/serengeti_cheetah/Config.lb 2008-01-28 14:19:17.000000000 -0700
@@ -147,7 +147,7 @@
if CONFIG_AP_CODE_IN_CAR
makerule ./apc_auto.o
depends "$(MAINBOARD)/apc_auto.c option_table.h"
- action "$(CC) -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/apc_auto.c -Os -nostdinc -nostdlib -fno-builtin -Wall -c -o $@"
+ action "$(CC) -I$(TOP)/src -I. $(DISTRO_CFLAGS) $(CPPFLAGS) $(MAINBOARD)/apc_auto.c -Os -nostdinc -nostdlib -fno-builtin -Wall -c -o $@"
end
ldscript /arch/i386/init/ldscript_apc.lb
end