From 0c642539f20904a139fb2851d18d9a55ffce8729 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 30 Nov 2006 06:46:38 +0000 Subject: Cleanup. --- make/custom/mvme5500.cfg | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'make/custom/mvme5500.cfg') diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg index 0f9f0c1ae5..51a3a901a7 100644 --- a/make/custom/mvme5500.cfg +++ b/make/custom/mvme5500.cfg @@ -19,16 +19,10 @@ RTEMS_BSP_FAMILY=mvme5500 CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -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 -# -O4 is ok for RTEMS -# NOTE: some level of -O may be actually required by inline assembler +# optimize flag: typically -O2 #CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions CFLAGS_OPTIMIZE_V = -O4 -# debug flags: typically none, but at least -O1 is required due to this -# BSP using inlined code -CFLAGS_DEBUG_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