2005-11-03 Till Straumann <strauman@slac.stanford.edu>

* custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
	-mcpu=750 instead.
This commit is contained in:
Till Straumann
2005-11-04 04:24:02 +00:00
parent 94c318431c
commit 2ee0015054
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
-mcpu=750 instead.
2005-09-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/orp.cfg: Remove (abandoned).
+1 -1
View File
@@ -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