From b08f12d709384cf550fc9e9184fde96c53437afa Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 10 Oct 2008 15:40:02 +0000 Subject: Added -msoft-float and removed -funit-at-a-time in CPU_CFLAGS --- make/custom/mpc55xx.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom') 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 -- cgit v1.2.3