From 73e3614f9e51299172b7e148407b5a6e04a244a2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 18 Mar 2003 19:26:14 +0000 Subject: 2003-03-18 Till Straumann PR 356/bsps * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant. Enable EABI by adding -meabi -msdata=eabi CFLAGS. --- make/ChangeLog | 6 ++++++ make/custom/mvme2307.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index 3eb3df822e..37a97d0d29 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,9 @@ +2003-03-18 Till Straumann + + 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 * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id. diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg index 775a3e181c..0d188960f9 100644 --- a/make/custom/mvme2307.cfg +++ b/make/custom/mvme2307.cfg @@ -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 -- cgit v1.2.3