Commit aebb361b authored by Tom Finegan's avatar Tom Finegan Committed by Gerrit Code Review
Browse files

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

Showing with 1 addition and 1 deletion
......@@ -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__"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment