summaryrefslogtreecommitdiffstats
path: root/make/custom/i386ex.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/i386ex.cfg')
-rw-r--r--make/custom/i386ex.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index 3357ad5a7c..7e7d006a7e 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=i386ex
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS =
+CPU_CFLAGS = -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS