From fe36adfe8cf1b7378fecb1e95b6590f150fb7207 Mon Sep 17 00:00:00 2001 From: Jay Monkman Date: Fri, 25 Feb 2005 05:16:50 +0000 Subject: 2005-02-24 Jay Monkman * custom/csb337.cfg: Cleanup. --- make/custom/csb337.cfg | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'make/custom') diff --git a/make/custom/csb337.cfg b/make/custom/csb337.cfg index ac186daf9d..e4bba3092f 100644 --- a/make/custom/csb337.cfg +++ b/make/custom/csb337.cfg @@ -15,20 +15,13 @@ RTEMS_BSP_FAMILY=csb337 # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8 -CPU_CFLAGS += -msoft-float +CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8 # 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. -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 +CFLAGS_OPTIMIZE_V=-O2 -g define make-exe -- cgit v1.2.3