summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Monkman <jtm@smoothsmoothie.com>2005-02-25 05:16:50 +0000
committerJay Monkman <jtm@smoothsmoothie.com>2005-02-25 05:16:50 +0000
commitfe36adfe8cf1b7378fecb1e95b6590f150fb7207 (patch)
treec2bf91420e84edb64070e0dab81f28ea643c7fbb
parent2005-02-24 Jay Monkman (diff)
downloadrtems-fe36adfe8cf1b7378fecb1e95b6590f150fb7207.tar.bz2
2005-02-24 Jay Monkman
* custom/csb337.cfg: Cleanup.
-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