summaryrefslogtreecommitdiffstats
path: root/make/custom/gen83xx.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 06:42:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 06:42:48 +0000
commitf59f648917ac08c87b2a883fdcf4c4660a901aa8 (patch)
tree9c4d69a839a94a4accd4981e69f8a403d405bee1 /make/custom/gen83xx.cfg
parent2008-10-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f59f648917ac08c87b2a883fdcf4c4660a901aa8.tar.bz2
Back out parts of yesterdays changes.
Diffstat (limited to '')
-rw-r--r--make/custom/gen83xx.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg
index 34c85d4e98..d8faa53327 100644
--- a/make/custom/gen83xx.cfg
+++ b/make/custom/gen83xx.cfg
@@ -21,9 +21,9 @@ RTEMS_BSP_FAMILY=gen83xx
#
CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
-meabi -msdata -fno-common \
- -D$(RTEMS_83XX_DERIVATE)
+ -D$(RTEMS_BOARD_MODEL) -D$(RTEMS_83XX_DERIVATE)
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time
+CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)