summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2004-10-27 21:17:55 +0000
committerEric Norum <WENorum@lbl.gov>2004-10-27 21:17:55 +0000
commitb345f83f962c7a202704a7c874a149c17376a7e4 (patch)
tree913b425d05bb4cdaad513fb0df47132572d85991 /make
parentRemove obsolete files. (diff)
downloadrtems-b345f83f962c7a202704a7c874a149c17376a7e4.tar.bz2
Add -Wa,-m7450 to CPU_CFLAGS until gcc/gas get their acts together.
Diffstat (limited to 'make')
-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 b0054d9190..8560813935 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-26 Eric Norum <norume@aps.anl.gov
+
+ * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
+
2004-10-20 Eric Norum <norume@aps.anl.gov
* custom/mvme5500.cfg: New BSP.
diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg
index cd7fc83e20..2d439e7b27 100644
--- a/make/custom/mvme5500.cfg
+++ b/make/custom/mvme5500.cfg
@@ -17,7 +17,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=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
# optimize flag: typically -0, could use -O4 or -fast