summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.