summaryrefslogtreecommitdiffstats
path: root/make/custom/csb336.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-20 18:12:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-20 18:12:20 +0000
commite68206a127a5d9a8e134b7661ac98861abad3e5c (patch)
tree90492d050cbb82e6b393d09ed872e961a57c2744 /make/custom/csb336.cfg
parent2005-01-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e68206a127a5d9a8e134b7661ac98861abad3e5c.tar.bz2
2005-01-20 Joel Sherrill <joel@OARcorp.com>
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg, custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg, custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
Diffstat (limited to '')
-rw-r--r--make/custom/csb336.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/custom/csb336.cfg b/make/custom/csb336.cfg
index 9d9d0d4780..6b436c005e 100644
--- a/make/custom/csb336.cfg
+++ b/make/custom/csb336.cfg
@@ -15,7 +15,8 @@ RTEMS_BSP_FAMILY=csb336
# 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