From 0598d777b80b31773e7a70535e3e5ba1aa18f210 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Nov 2015 14:22:24 +0000 Subject: ipq806x: enable vfpv4 support and set cpu type to cortex-a9 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47468 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index 102b3a0d35..f1292987f2 100644 --- a/include/target.mk +++ b/include/target.mk @@ -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) -- cgit v1.2.3