summaryrefslogtreecommitdiff
path: root/include/target.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-26 22:43:06 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-26 22:43:06 +0000
commit4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386 (patch)
tree6797ef06d1f18fd41b9cef7e43c5cfde6abf1aac /include/target.mk
parent68ebb4d0a253fcec5cdf9d3a4a8c025eadaf206f (diff)
downloadmtk-20170518-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.zip
mtk-20170518-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.tar.gz
mtk-20170518-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.tar.bz2
build: fix typo
vfp3 should be named vfpv3 Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38222
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 8604cd2..8a435c1 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -227,7 +227,7 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_mpcore = -march=armv6k -mtune=mpcore
CPU_CFLAGS_xscale = march=armv5te -mtune=xscale
CPU_CFLAGS_vfp = -mfpu=vfp -mfloat-abi=softfp
- CPU_CFLAGS_vfp3 = -mfpu=vfp3-d16 -mfloat-abi=softfp
+ CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 -mfloat-abi=softfp
endif
ifeq ($(ARCH),powerpc)
CPU_CFLAGS_603e:=-mcpu=603e