mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
there's no such thing as a soft fpu, this target should be fine without these
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38940 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5a057bfeca
commit
718df1105c
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user