From 574fb675105b77dfe9598915207f1f32790f905f Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 14 Jul 2008 16:15:28 +0000 Subject: updated gen83xx BSP updated haleakala BSP added MPC55xx BSP --- make/custom/gen83xx.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'make/custom/gen83xx.cfg') diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg index d69e0c7899..b99e461d35 100644 --- a/make/custom/gen83xx.cfg +++ b/make/custom/gen83xx.cfg @@ -19,10 +19,11 @@ RTEMS_BSP_FAMILY=gen83xx # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing\ +CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \ + -meabi -msdata -fno-common \ -D$(RTEMS_BOARD_MODEL) -D$(RTEMS_83XX_DERIVATE) # optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions +CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused AM_LDFLAGS+= -qnolinkcmds -T $(RTEMS_LINKCMDS) -- cgit v1.2.3