Merge "build/make/iosbuild.sh: Be more explicit about armv7."

This commit is contained in:
Tom Finegan 2014-09-16 10:17:59 -07:00 committed by Gerrit Code Review
commit aebb361bb7

View File

@ -62,7 +62,7 @@ target_to_preproc_symbol() {
echo "__ARM_ARCH_6__"
;;
armv7-*)
echo "__ARM_ARCH_7__"
echo "__ARM_ARCH_7A__"
;;
armv7s-*)
echo "__ARM_ARCH_7S__"