forked from Imagelibrary/rtems
Add -Wa,-m7450 to CPU_CFLAGS until gcc/gas get their acts together.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user