summaryrefslogtreecommitdiffstats
path: root/make/custom/c4xsim.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-17 16:52:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-17 16:52:16 +0000
commit9e53ee2ca60cbad82be440f957a8b5c5a9236471 (patch)
tree97186d3f9cd3d2111c012cc1b783374b34201bdc /make/custom/c4xsim.cfg
parent2007-01-16 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-9e53ee2ca60cbad82be440f957a8b5c5a9236471.tar.bz2
CFLAGS_OPTIMIZE_V = -O2
Diffstat (limited to '')
-rw-r--r--make/custom/c4xsim.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg
index bdd9e27ab4..9505f8c1f2 100644
--- a/make/custom/c4xsim.cfg
+++ b/make/custom/c4xsim.cfg
@@ -13,8 +13,8 @@ CPU_CFLAGS=-mcpu=40 #-msmall
RTEMS_BSP_FAMILY=c4xsim
# optimize flag: typically -O2
-# -O4 is broken for the moment on the C4x gcc
-#CFLAGS_OPTIMIZE_V=-O4
+# -O2 is broken for the moment on the C4x gcc
+#CFLAGS_OPTIMIZE_V=-O2
CFLAGS_OPTIMIZE_V=-O1
# this target has no start file