summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme5500.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-16 02:07:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-16 02:07:16 +0000
commitd1a65f6ab52a9844419f8e66883a9ad577b9f6c8 (patch)
tree3e8470a36cca0b043f81c19f7d8ebb81734ed5a9 /make/custom/mvme5500.cfg
parent2007-05-15 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d1a65f6ab52a9844419f8e66883a9ad577b9f6c8.tar.bz2
2007-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/mvme5500.cfg: Use -O2 again.
Diffstat (limited to 'make/custom/mvme5500.cfg')
-rw-r--r--make/custom/mvme5500.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg
index 2bd9eac7d4..a09ff6fd12 100644
--- a/make/custom/mvme5500.cfg
+++ b/make/custom/mvme5500.cfg
@@ -20,7 +20,7 @@ CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmulti
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O1 -g
+CFLAGS_OPTIMIZE_V = -O2 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)