summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-27 20:47:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-27 20:47:15 +0000
commit32daf5dbefb0b674d94448e371a2fd6ce2ebf17c (patch)
treea53296906e108990a5c8be9f9c3d3725b44fad02 /make
parenta74aefea2caf5a9d30c1e40058f68372b9ab5581 (diff)
2007-11-27 Kate Feng <feng1@bnl.gov>
* custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/mvme5500.cfg2
2 files changed, 6 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 3cda076d41..4b49417498 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-27 Kate Feng <feng1@bnl.gov>
+
+ * custom/mvme5500.cfg: Add compiler arguments sine without them, the
+ BSP has issues.
+
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/icecube.cfg: Rename EP5200 to IceCube since that is the
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