2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/csb336.cfg, custom/edb7312.cfg, custom/gba.cfg:
	CFLAGS_OPTIMIZE_V = -O2.
This commit is contained in:
Ralf Corsepius
2007-01-18 06:02:16 +00:00
parent a481c92bf5
commit b1ad6d3384
2 changed files with 8 additions and 4 deletions
+7
View File
@@ -1,3 +1,10 @@
2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2.
Remove DRIVER_ARCHITECTURE.
* custom/csb336.cfg, custom/edb7312.cfg, custom/gba.cfg:
CFLAGS_OPTIMIZE_V = -O2.
2007-01-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
+1 -4
View File
@@ -24,8 +24,7 @@ CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
# optimize flag: typically -O2
# NOTE: some level of -O may be actually required by inline assembler
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
# CFLAGS_OPTIMIZE_V=-O0
CFLAGS_OPTIMIZE_V=-O2 -fno-keep-inline-functions
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
@@ -39,5 +38,3 @@ define make-exe
endef
# Miscellaneous additions go here
DRIVER_ARCHITECTURE=vmebus