Assume architecture arm for machine hardware name iPad*.

uname -m returns for example "iPad2,1".
(cherry picked from commit b6b0067511)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Carl Eugen Hoyos 2011-12-18 13:48:44 +01:00 committed by Michael Niedermayer
parent bf58e5422d
commit a1974d1ea0
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2294,7 +2294,7 @@ fi
# Deal with common $arch aliases
case "$arch" in
arm*)
arm*|iPad*)
arch="arm"
;;
mips|mipsel|IP*)