summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/custom/csb337.cfg11
1 files changed, 2 insertions, 9 deletions
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