2007-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/mvme5500.cfg: Use -O2 again.
This commit is contained in:
Ralf Corsepius
2007-05-16 02:07:16 +00:00
parent 4f35ea9b2b
commit d1a65f6ab5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/mvme5500.cfg: Use -O2 again.
2007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: DMV152 obsoleted.

View File

@@ -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)