From 7dc035bb3bf8ce9200e1057d475c49696e39b85f Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Wed, 3 Sep 2008 15:34:39 +0000 Subject: More CPU_CFLAGS: -meabi -msdata -fno-common --- make/custom/gen5200.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'make/custom') 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 -- cgit v1.2.3