summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-14 14:52:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-14 14:52:13 +0000
commit4ea75f2d1eac8099b230f1fd41e65c0f3df5ba3b (patch)
tree73243cb741724a1374b656ac40257f7499f9693d /make
parent2009-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-4ea75f2d1eac8099b230f1fd41e65c0f3df5ba3b.tar.bz2
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/gen83xx.cfg: Remove -funit-at-a-time.
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 308e29929c..a523aaac47 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * custom/gen83xx.cfg: Remove -funit-at-a-time.
+
2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/leon2.cfg, custom/leon3.cfg: Fix typo.
diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg
index d403342cab..f81e65e5a3 100644
--- a/make/custom/gen83xx.cfg
+++ b/make/custom/gen83xx.cfg
@@ -23,6 +23,6 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
-meabi -msdata -fno-common
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused
+CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -W -Wno-unused
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)