summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-30 23:15:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-30 23:15:10 +0000
commitbbb7cca62541ff108b031539062bea173b82bf43 (patch)
treeb2dc5926945fe2514fc3509ad7f3a79b65e8cc10 /make/custom
parent2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com> (diff)
downloadrtems-bbb7cca62541ff108b031539062bea173b82bf43.tar.bz2
2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
* custom/score603e.cfg: Modifications required to run on hardware. Some cleanup.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/score603e.cfg2
1 files changed, 1 insertions, 1 deletions
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