diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-14 14:22:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-14 14:22:24 +0000 |
commit | 06f79fe8416966573b408f2607e6d3b02d230125 (patch) | |
tree | 766d0384737736ec197d444ec789967fcf4c07be /include | |
parent | cb0c8da7c26ffbc361f70f4a343e4f82c0429669 (diff) | |
download | upstream-06f79fe8416966573b408f2607e6d3b02d230125.tar.gz upstream-06f79fe8416966573b408f2607e6d3b02d230125.tar.bz2 upstream-06f79fe8416966573b408f2607e6d3b02d230125.zip |
ipq806x: enable vfpv4 support and set cpu type to cortex-a9
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47468
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) |