summaryrefslogtreecommitdiffstats
path: root/make/custom/csb336.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/csb336.cfg')
-rw-r--r--make/custom/csb336.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/custom/csb336.cfg b/make/custom/csb336.cfg
index 9813fa0a53..a7700eb042 100644
--- a/make/custom/csb336.cfg
+++ b/make/custom/csb336.cfg
@@ -16,11 +16,9 @@ RTEMS_BSP_FAMILY=csb336
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
-#CPU_CFLAGS += -msoft-float
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=-O3
-#CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
+CFLAGS_OPTIMIZE_V=-O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \