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/edb7312.cfg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'make/custom/edb7312.cfg') diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg index 30b60f5793..ca2a9bb457 100644 --- a/make/custom/edb7312.cfg +++ b/make/custom/edb7312.cfg @@ -18,19 +18,10 @@ RTEMS_BSP_FAMILY=edb7312 CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 # CPU_CFLAGS += -msoft-float -# optimize flag: typically -0, could use -O4 or -fast -# -O4 is ok for RTEMS -# NOTE2: some level of -O may be actually required by inline assembler (at least -# -O2 so far. +# optimize flag: typically -O2 CFLAGS_OPTIMIZE_V=-O3 #CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align -# debug flags: typically none, but at least -O1 is required due to this -# BSP using inlined code -CFLAGS_DEBUG_V = -O1 -#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align - - define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) -- cgit v1.2.3