From 22eda53c71412812a4fcfa3526453c0cbfa829cb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 26 Feb 2004 17:26:35 +0000 Subject: 2004-02-26 Joel Sherrill PR 570/bsps * custom/mvme2307.cfg: Do not use -msdata=eabi since it breaks the linking of the vectors. --- make/ChangeLog | 6 ++++++ make/custom/mvme2307.cfg | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index ea96dc5415..50dd6a61ff 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,9 @@ +2004-02-26 Joel Sherrill + + PR 570/bsps + * custom/mvme2307.cfg: Do not use -msdata=eabi since + it breaks the linking of the vectors. + 2004-02-20 Ralf Corsepius * Makefile.am: Cosmetics. diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg index 198a1d274a..6d1f799ec4 100644 --- a/make/custom/mvme2307.cfg +++ b/make/custom/mvme2307.cfg @@ -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 -- cgit v1.2.3