Allow native compilation on the iPhone.

This commit is contained in:
Carl Eugen Hoyos 2013-07-25 10:52:15 +02:00
parent de0a1f63df
commit 8ca3766f00

2
configure vendored
View File

@ -3080,7 +3080,7 @@ case "$arch" in
aarch64|arm64)
arch="aarch64"
;;
arm*|iPad*)
arm*|iPad*|iPhone*)
arch="arm"
;;
mips*|IP*)