summaryrefslogtreecommitdiffstats
path: root/make
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
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')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/gen83xx.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 2bde96913f..72ee7e1df6 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * custom/gen83xx.cfg: Use -O2.
+
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/Linux-posix.cfg: Use -O2.
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.