2003-03-18 Till Straumann <strauman@slac.stanford.edu>

PR 356/bsps
	* custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
	Enable EABI by adding -meabi -msdata=eabi CFLAGS.
This commit is contained in:
Joel Sherrill
2003-03-18 19:26:14 +00:00
parent 66565bb217
commit 73e3614f9e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
PR 356/bsps
* custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
Enable EABI by adding -meabi -msdata=eabi CFLAGS.
2003-03-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.

View File

@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -Dmpc604
CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -meabi -msdata=eabi
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS