summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-28 21:15:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-28 21:15:41 +0000
commit1773d3bd6f8687eabbf8677cb8e0692c0a144398 (patch)
treed9b3490126445069e5dc069dc0dba06b7f39684f
parent2007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com> (diff)
downloadrtems-1773d3bd6f8687eabbf8677cb8e0692c0a144398.tar.bz2
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/mvme5500.cfg: Fix typo.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/mvme5500.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 4f935eb529..0923e73b13 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * custom/mvme5500.cfg: Fix typo.
+
2007-11-27 Kate Feng <feng1@bnl.gov>
* custom/mvme5500.cfg: Add compiler arguments sine without them, the
diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg
index f74991bf1c..a4978d0872 100644
--- a/make/custom/mvme5500.cfg
+++ b/make/custom/mvme5500.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=mvme5500
# and (hopefully) optimize for it.
# if gcc does not regonize 7450 then change -mcpu=750
#
-CPU_CFLAGS = fno-strict-aliasing -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
+CPU_CFLAGS = -fno-strict-aliasing -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
# optimize flag: typically -O2