diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-26 22:43:06 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-26 22:43:06 +0000 |
commit | 4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386 (patch) | |
tree | 6797ef06d1f18fd41b9cef7e43c5cfde6abf1aac /include | |
parent | 68ebb4d0a253fcec5cdf9d3a4a8c025eadaf206f (diff) | |
download | upstream-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.tar.gz upstream-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.tar.bz2 upstream-4fa3e3aae9a7b58fc98f42c3fe75802ea4de0386.zip |
build: fix typo
vfp3 should be named vfpv3
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38222
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 8604cd220b..8a435c1a8b 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 |