summaryrefslogtreecommitdiffstats
path: root/make/custom/csb337.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/csb337.cfg')
-rw-r--r--make/custom/csb337.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/custom/csb337.cfg b/make/custom/csb337.cfg
index a33c08998f..ac186daf9d 100644
--- a/make/custom/csb337.cfg
+++ b/make/custom/csb337.cfg
@@ -15,7 +15,8 @@ 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 -msoft-float
+CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
+CPU_CFLAGS += -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS