summaryrefslogtreecommitdiff
path: root/src/mainboard/iei/pcisa-lx-800-r10
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-04-22 18:16:20 +0000
committerStefan Reinauer <stepan@openbios.org>2009-04-22 18:16:20 +0000
commit6f52d11e9ee15e72c6d7ec23e1cc9f4d25dd264c (patch)
tree9f1839c69dd603851ea6b24bde7f3e5443fa7680 /src/mainboard/iei/pcisa-lx-800-r10
parent4d59eaa93b49d42300f3e23a27e6b568e5760348 (diff)
downloadcoreboot-6f52d11e9ee15e72c6d7ec23e1cc9f4d25dd264c.tar.xz
drop duplicate compiler options that are already mentioned in CFLAGS.
(scan-build chokes on this) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4181 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iei/pcisa-lx-800-r10')
-rw-r--r--src/mainboard/iei/pcisa-lx-800-r10/Config.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iei/pcisa-lx-800-r10/Config.lb b/src/mainboard/iei/pcisa-lx-800-r10/Config.lb
index cfa20044e7..fdefb370f4 100644
--- a/src/mainboard/iei/pcisa-lx-800-r10/Config.lb
+++ b/src/mainboard/iei/pcisa-lx-800-r10/Config.lb
@@ -29,7 +29,7 @@ end
makerule ./cache_as_ram_auto.inc
# depends "$(MAINBOARD)/cache_as_ram_auto.c option_table.h"
depends "$(MAINBOARD)/cache_as_ram_auto.c"
- action "$(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(DEBUG_CFLAGS) -I$(TOP)/src -I. -nostdinc -nostdlib -fno-builtin -Wall -Os -c -S $(MAINBOARD)/cache_as_ram_auto.c -o $@"
+ action "$(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(DEBUG_CFLAGS) -I$(TOP)/src -I. -c -S $(MAINBOARD)/cache_as_ram_auto.c -o $@"
action "perl -e 's/\.rodata/.rom.data/g' -pi $@"
action "perl -e 's/\.text/.section .rom.text/g' -pi $@"
end