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/custom/mvme2307.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/mvme2307.cfg') 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