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/mvme2100.cfg | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'make/custom/mvme2100.cfg') diff --git a/make/custom/mvme2100.cfg b/make/custom/mvme2100.cfg index c31dfdd150..7378e20362 100644 --- a/make/custom/mvme2100.cfg +++ b/make/custom/mvme2100.cfg @@ -16,20 +16,9 @@ RTEMS_BSP_FAMILY=motorola_powerpc # and (hopefully) optimize for it. CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -# 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. -# NOTE2 Apparently nobody really knows the status or r2 and r13. -# As far as I know, small data are pointer impose a very specific compliation -# model => not used. -# Currently the sdata2 and sbss2 sections are empty => r2 is not used... +# optimize flag: typically -O2 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 -mmultiple -mstring -mstrict-align - define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS) -- cgit v1.2.3