forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user