mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
handle "neon" fpu type
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39579 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f8a6d9d74e
commit
9a2f69609c
@ -232,6 +232,7 @@ ifeq ($(DUMP),1)
|
||||
CPU_CFLAGS_mpcore = -march=armv6k -mtune=mpcore
|
||||
CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale
|
||||
ifeq ($(CONFIG_SOFT_FLOAT),)
|
||||
CPU_CFLAGS_neon = -mfpu=neon
|
||||
CPU_CFLAGS_vfp = -mfpu=vfp
|
||||
CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user