ipq806x: enable vfpv4 support and set cpu type to cortex-a9

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47468
This commit is contained in:
Felix Fietkau
2015-11-14 14:22:24 +00:00
parent cb0c8da7c2
commit 06f79fe841
2 changed files with 3 additions and 1 deletions

View File

@@ -244,6 +244,7 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_neon = -mfpu=neon
CPU_CFLAGS_vfp = -mfpu=vfp
CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16
CPU_CFLAGS_neon-vfpv4 = -mfpu=neon-vfpv4
endif
endif
ifeq ($(ARCH),powerpc)