summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-06-10 18:52:58 -0700
committerTom Finegan <tomfinegan@google.com>2014-06-10 18:52:58 -0700
commitcd2088b44fc3dd1db34f94674134cb594b3369d0 (patch)
tree2e5304feecf846a26947014a26e575a7489677a8 /build/make
parent22368479c0d99c1679a0560600f90aff7ee1814c (diff)
downloadlibvpx-cd2088b44fc3dd1db34f94674134cb594b3369d0.tar
libvpx-cd2088b44fc3dd1db34f94674134cb594b3369d0.tar.gz
libvpx-cd2088b44fc3dd1db34f94674134cb594b3369d0.tar.bz2
libvpx-cd2088b44fc3dd1db34f94674134cb594b3369d0.zip
Add target armv7s-darwin-gcc.
Really just armv7. This is a convenience target intended to make iOS development with libvpx easier. Xcode projects with default settings will fail to build when a framework lacks armv7s support when targetting iOS7. Change-Id: I7eb80d52eec25501febc0d2c3c0b4ed964b8ed5b
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index e0d6a54b2..d4124c722 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -802,7 +802,7 @@ process_common_toolchain() {
armv8)
soft_enable neon
;;
- armv7)
+ armv7|armv7s)
soft_enable neon
soft_enable neon_asm
soft_enable media
@@ -831,7 +831,7 @@ process_common_toolchain() {
arch_int=${arch_int%%te}
check_add_asflags --defsym ARCHITECTURE=${arch_int}
tune_cflags="-mtune="
- if [ ${tgt_isa} = "armv7" ]; then
+ if [ ${tgt_isa} = "armv7" ] || [ ${tgt_isa} = "armv7s" ]; then
if [ -z "${float_abi}" ]; then
check_cpp <<EOF && float_abi=hard || float_abi=softfp
#ifndef __ARM_PCS_VFP