forked from Imagelibrary/rtems
2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 570/bsps * custom/mvme2307.cfg: Do not use -msdata=eabi since it breaks the linking of the vectors.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-02-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 570/bsps
|
||||
* custom/mvme2307.cfg: Do not use -msdata=eabi since
|
||||
it breaks the linking of the vectors.
|
||||
|
||||
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
|
||||
@@ -16,7 +16,8 @@ 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 -meabi -msdata=eabi
|
||||
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