summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-10-10 15:40:02 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-10-10 15:40:02 +0000
commitb08f12d709384cf550fc9e9184fde96c53437afa (patch)
tree5617e78d5cd90de5e731802e2d1ecacfdae44e24 /make
parentNew. (diff)
downloadrtems-b08f12d709384cf550fc9e9184fde96c53437afa.tar.bz2
Added -msoft-float and removed -funit-at-a-time in CPU_CFLAGS
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/mpc55xx.cfg2
2 files changed, 6 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 2c106d0906..e4423405cb 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * custom/mpc55xx.cfg: Added -msoft-float and removed -funit-at-a-time
+ in CPU_CFLAGS
+
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/m32rsim.cfg: New file.
diff --git a/make/custom/mpc55xx.cfg b/make/custom/mpc55xx.cfg
index 007ff65c65..646fcdf5fa 100644
--- a/make/custom/mpc55xx.cfg
+++ b/make/custom/mpc55xx.cfg
@@ -16,7 +16,7 @@ RTEMS_CPU_MODEL = mpc55xx
RTEMS_BSP_FAMILY = mpc55xxevb
# FIXME
-CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -funit-at-a-time \
+CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -msoft-float \
-D__ppc_generic -mstrict-align
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions