Merge "build/make/iosbuild.sh: Be more explicit about armv7."
This commit is contained in:
commit
aebb361bb7
@ -62,7 +62,7 @@ target_to_preproc_symbol() {
|
|||||||
echo "__ARM_ARCH_6__"
|
echo "__ARM_ARCH_6__"
|
||||||
;;
|
;;
|
||||||
armv7-*)
|
armv7-*)
|
||||||
echo "__ARM_ARCH_7__"
|
echo "__ARM_ARCH_7A__"
|
||||||
;;
|
;;
|
||||||
armv7s-*)
|
armv7s-*)
|
||||||
echo "__ARM_ARCH_7S__"
|
echo "__ARM_ARCH_7S__"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user