summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-09-03 15:34:39 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-09-03 15:34:39 +0000
commit7dc035bb3bf8ce9200e1057d475c49696e39b85f (patch)
treec389bd03c4890a946ac04dbceba6b07ef2fff3db /make/custom
parentRemove. (diff)
downloadrtems-7dc035bb3bf8ce9200e1057d475c49696e39b85f.tar.bz2
More CPU_CFLAGS: -meabi -msdata -fno-common
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/gen5200.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/custom/gen5200.cfg b/make/custom/gen5200.cfg
index 81188ade04..f4d1fb1c69 100644
--- a/make/custom/gen5200.cfg
+++ b/make/custom/gen5200.cfg
@@ -15,7 +15,9 @@ RTEMS_BSP_FAMILY=gen5200
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
+CPU_CFLAGS = -mcpu=603e -mstrict-align \
+ -meabi -msdata -fno-common \
+ -D$(RTEMS_BOARD_MODEL)
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions