Merge "build/make/iosbuild.sh: Remove armv6 support."

This commit is contained in:
Tom Finegan 2014-10-23 14:20:06 -07:00 committed by Gerrit Code Review
commit feb4be8552

View File

@ -26,7 +26,6 @@ LIBVPX_SOURCE_DIR=$(dirname "$0" | sed -e s,/build/make,,)
LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo) LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
ORIG_PWD="$(pwd)" ORIG_PWD="$(pwd)"
TARGETS="arm64-darwin-gcc TARGETS="arm64-darwin-gcc
armv6-darwin-gcc
armv7-darwin-gcc armv7-darwin-gcc
armv7s-darwin-gcc armv7s-darwin-gcc
x86-iphonesimulator-gcc x86-iphonesimulator-gcc