mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:54:18 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user