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/ep1a.cfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'make/custom/ep1a.cfg') diff --git a/make/custom/ep1a.cfg b/make/custom/ep1a.cfg index 880684de5d..963a3a6d5a 100644 --- a/make/custom/ep1a.cfg +++ b/make/custom/ep1a.cfg @@ -16,16 +16,11 @@ RTEMS_BSP_FAMILY=ep1a # CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align -# optimize flag: typically -0, could use -O4 or -fast -# -O4 is ok for RTEMS +# optimize flag: typically -O2 # NOTE: some level of -O may be actually required by inline assembler #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 $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) -- cgit v1.2.3