summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-04 04:24:02 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-04 04:24:02 +0000
commit2ee00150540d286a2f432c206a5a797ed727d981 (patch)
tree79afbf550d7cc4be0b437bc10106d788af318745 /make/custom
parent2005-11-03 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-2ee00150540d286a2f432c206a5a797ed727d981.tar.bz2
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use -mcpu=750 instead.
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 05ac87e459..4266b2f222 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 = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align
+CPU_CFLAGS = -mcpu=750 -mmultiple -mstring -mstrict-align
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
# optimize flag: typically -0, could use -O4 or -fast