2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/virtex.cfg: Use -O2.
This commit is contained in:
Ralf Corsepius
2007-07-28 04:37:28 +00:00
parent 2aaa164372
commit 74cde4d39a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/virtex.cfg: Use -O2.
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/Linux-posix.cfg: Make Linux link with just a C main -- avoid

View File

@@ -27,7 +27,7 @@ CPU_CFLAGS = -mcpu=403 -Dppc405 -Dvirtex
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
# NOTE: some level of -O may be actually required by inline assembler
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -g
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
# No start file