bsp/mpc55xx: PR2077: Avoid PPC_USE_SPE

This commit is contained in:
Peter Dufault
2012-10-01 15:25:32 +02:00
committed by Sebastian Huber
parent 2a6ec3179b
commit 6527d879b7

View File

@@ -9,8 +9,6 @@
RTEMS_LINKCMDS=linkcmds.phycore_mpc5554
ifeq ($(PPC_USE_SPE),1)
CPU_CFLAGS_FLOAT=-mfloat-gprs=single -mspe
endif
CPU_CFLAGS_FLOAT?=-mfloat-gprs=single -mspe
include $(RTEMS_ROOT)/make/custom/mpc55xx.inc