From 34793f3128a7fbaa5a39de500f3fb541375d160a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 3 Mar 2005 13:16:01 +0000 Subject: 2005-03-03 Ralf Corsepius * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI. * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V. Remove -Wa,-m7450. --- make/custom/mvme5500.cfg | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'make/custom/mvme5500.cfg') diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg index 2d439e7b27..f8e53aaa23 100644 --- a/make/custom/mvme5500.cfg +++ b/make/custom/mvme5500.cfg @@ -1,7 +1,7 @@ # # Config file for the PowerPC 7455 based mvme5500 # -# mvme2307.cfg,v 1.14.4.1 2003/03/18 19:26:36 joel Exp +# $Id$ # include $(RTEMS_ROOT)/make/custom/default.cfg @@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=mvme5500 # and (hopefully) optimize for it. # if gcc does not regonize 7450 then change -mcpu=750 # -CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450 +CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align #T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi # optimize flag: typically -0, could use -O4 or -fast @@ -30,10 +30,6 @@ CFLAGS_OPTIMIZE_V = -O4 # BSP using inlined code CFLAGS_DEBUG_V = -O1 -# profile flags: typically none, but at least -O1 is required due to this -# BSP using inlined code -CFLAGS_PROFILE_V = -O1 - define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num -- cgit v1.2.3