there's no such thing as a soft fpu, this target should be fine without these
authorImre Kaloz <kaloz@openwrt.org>
Fri, 29 Nov 2013 10:25:43 +0000 (10:25 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 29 Nov 2013 10:25:43 +0000 (10:25 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38940

include/target.mk
target/linux/bcm53xx/Makefile

index acb9adf584e27690a232b1a01a930dd48306609f..7ca556e5558be231a62cc134178f62f5bd3393f0 100644 (file)
@@ -233,7 +233,6 @@ ifeq ($(DUMP),1)
     CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale
     CPU_CFLAGS_vfp = -mfpu=vfp -mfloat-abi=softfp
     CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 -mfloat-abi=softfp
-    CPU_CFLAGS_soft = -mfloat-abi=softfp
   endif
   ifeq ($(ARCH),powerpc)
     CPU_CFLAGS_603e:=-mcpu=603e
index e13876e12300acfb44e421d4b856375faefe9312..7227cf7925c38e0843dc989171a9d758b8c0d93b 100644 (file)
@@ -12,7 +12,6 @@ BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU
 FEATURES:=squashfs usb pci pcie gpio
 MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
 CPU_TYPE:=cortex-a9
-CPU_SUBTYPE:=soft
 
 LINUX_VERSION:=3.10.18