summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 06:02:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 06:02:16 +0000
commitb1ad6d3384a6304146e67397be3debb13ff3afa0 (patch)
tree1376d74cd1e061d00d05d7fdca2324ae67d15bb4 /make/custom
parentCFLAGS_OPTIMIZE_V = -O2. (diff)
downloadrtems-b1ad6d3384a6304146e67397be3debb13ff3afa0.tar.bz2
2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/csb336.cfg, custom/edb7312.cfg, custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
Diffstat (limited to '')
-rw-r--r--make/custom/score603e.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index f57e2fe497..9512879773 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -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