summaryrefslogtreecommitdiffstats
path: root/make/custom/arm_bare_bsp.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/arm_bare_bsp.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/arm_bare_bsp.cfg b/make/custom/arm_bare_bsp.cfg
index e9c6bdb316..9050056590 100644
--- a/make/custom/arm_bare_bsp.cfg
+++ b/make/custom/arm_bare_bsp.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=arm_bare_bsp
# and (hopefully) optimize for it.
#
#CPU_CFLAGS = -mcpu=arm7tdmi
-CPU_CFLAGS =
+CPU_CFLAGS = -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS