summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-02 17:36:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-02 17:36:24 +0000
commit6e32d8899595af2c71ec5cfb589adc81822bfd96 (patch)
tree8c2497c1cab5aa9a09687de1e4e49b0c34cdd657 /make/custom
parent2002-10-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6e32d8899595af2c71ec5cfb589adc81822bfd96.tar.bz2
2002-10-02 Joel Sherrill <joel@OARcorp.com>
* custom/armulator.cfg: Remove reference to PowerPC arguments.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/armulator.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg
index 941b950a88..e76aab763b 100644
--- a/make/custom/armulator.cfg
+++ b/make/custom/armulator.cfg
@@ -22,8 +22,8 @@ CPU_CFLAGS =
# -O4 is ok for RTEMS
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
-CFLAGS_OPTIMIZE_V=
-#CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
+#CFLAGS_OPTIMIZE_V=
+CFLAGS_OPTIMIZE_V=-O4
# debug flags: typically none, but at least -O1 is required due to this
# BSP using inlined code