summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-28 21:15:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-28 21:15:29 +0000
commit901ebab4a763dea5aaa44f364e7a99ac332528fd (patch)
tree6a8d04fd04eee34750a501b581c9ed2e2113ffa2 /make/custom
parent2007-11-28 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-901ebab4a763dea5aaa44f364e7a99ac332528fd.tar.bz2
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/mvme5500.cfg: Fix typo.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/mvme5500.cfg2
1 files changed, 1 insertions, 1 deletions
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