summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/score603e.cfg2
2 files changed, 6 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 0341cdc6c4..037721a81a 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
+
+ * custom/score603e.cfg: Modifications required to run on hardware. Some
+ cleanup.
+
2008-09-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/m5484FireEngine.cfg:
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index 7f9410a973..8d63f031e0 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=score603e
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=603e -Dppc603e -mmultiple -mstring -mstrict-align
+CPU_CFLAGS = -mcpu=603e -Dppc603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions