summaryrefslogtreecommitdiffstats
path: root/make/custom/gen83xx.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-08-05 04:42:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-08-05 04:42:00 +0000
commitedcec269eb405a0c1d8f35d5e92b4959972a8a5b (patch)
treecd2dc5089b999ce9e240b1345254cd9f17b8f3ae /make/custom/gen83xx.cfg
parentSync. (diff)
downloadrtems-edcec269eb405a0c1d8f35d5e92b4959972a8a5b.tar.bz2
2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/gen83xx.cfg: Use -O2.
Diffstat (limited to 'make/custom/gen83xx.cfg')
-rw-r--r--make/custom/gen83xx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg
index 8026dd1e1b..5b8dc6c264 100644
--- a/make/custom/gen83xx.cfg
+++ b/make/custom/gen83xx.cfg
@@ -23,7 +23,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing\
-D$(RTEMS_BOARD_MODEL) -D$(RTEMS_83XX_DERIVATE)
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O4 -g -fno-keep-inline-functions
+CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
# The following are definitions of make-exe which will work using ld as
# is currently required.