From: Imre Kaloz Date: Fri, 29 Nov 2013 10:25:43 +0000 (+0000) Subject: there's no such thing as a soft fpu, this target should be fine without these X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=5de876bc78b7b47db6dd369067e87c254fd467e7 there's no such thing as a soft fpu, this target should be fine without these Signed-off-by: Imre Kaloz SVN-Revision: 38940 --- diff --git a/include/target.mk b/include/target.mk index acb9adf584..7ca556e555 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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 diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index e13876e123..7227cf7925 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -12,7 +12,6 @@ BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU FEATURES:=squashfs usb pci pcie gpio MAINTAINER:=Hauke Mehrtens CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=soft LINUX_VERSION:=3.10.18