From 0c628898fcc148aeadef6fef929b7bf4b02dd139 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Nov 2007 20:47:22 +0000 Subject: 2007-11-27 Kate Feng * custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues. --- make/ChangeLog | 5 +++++ make/custom/mvme5500.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/make/ChangeLog b/make/ChangeLog index f1bd5365d8..4f935eb529 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,8 @@ +2007-11-27 Kate Feng + + * custom/mvme5500.cfg: Add compiler arguments sine without them, the + BSP has issues. + 2007-02-16 Ralf Corsépius * make/Makefile.am: Cleanup. diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg index a09ff6fd12..f74991bf1c 100644 --- a/make/custom/mvme5500.cfg +++ b/make/custom/mvme5500.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=mvme5500 # and (hopefully) optimize for it. # if gcc does not regonize 7450 then change -mcpu=750 # -CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align +CPU_CFLAGS = fno-strict-aliasing -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align #T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi # optimize flag: typically -O2 -- cgit v1.2.3