summaryrefslogtreecommitdiffstats
path: root/make/custom/edb7312.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-10 16:46:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-10 16:46:32 +0000
commit89b51f479583a97de7ed67b61231f05ae1360408 (patch)
tree101bf6edfdcd8f0065a952e9295631405ea50b39 /make/custom/edb7312.cfg
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-89b51f479583a97de7ed67b61231f05ae1360408.tar.bz2
Merger from rtems-4-6-branch
Diffstat (limited to '')
-rw-r--r--make/custom/edb7312.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg
index cae53db469..6a34659dfb 100644
--- a/make/custom/edb7312.cfg
+++ b/make/custom/edb7312.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=edb7312
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8
+CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 -msoft-float
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS