Skip to content
Snippets Groups Projects
Commit 5de876bc authored by Imre Kaloz's avatar Imre Kaloz
Browse files

there's no such thing as a soft fpu, this target should be fine without these


Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>

SVN-Revision: 38940
parent ad2cd787
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,6 @@ ifeq ($(DUMP),1) ...@@ -233,7 +233,6 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale
CPU_CFLAGS_vfp = -mfpu=vfp -mfloat-abi=softfp CPU_CFLAGS_vfp = -mfpu=vfp -mfloat-abi=softfp
CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 -mfloat-abi=softfp CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 -mfloat-abi=softfp
CPU_CFLAGS_soft = -mfloat-abi=softfp
endif endif
ifeq ($(ARCH),powerpc) ifeq ($(ARCH),powerpc)
CPU_CFLAGS_603e:=-mcpu=603e CPU_CFLAGS_603e:=-mcpu=603e
......
...@@ -12,7 +12,6 @@ BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU ...@@ -12,7 +12,6 @@ BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU
FEATURES:=squashfs usb pci pcie gpio FEATURES:=squashfs usb pci pcie gpio
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
CPU_TYPE:=cortex-a9 CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=soft
LINUX_VERSION:=3.10.18 LINUX_VERSION:=3.10.18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment