From a1974d1ea0097a09213383027dfdf17703f4e127 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 18 Dec 2011 13:48:44 +0100 Subject: [PATCH] Assume architecture arm for machine hardware name iPad*. uname -m returns for example "iPad2,1". (cherry picked from commit b6b00675112b411fbb10e8b01be1d3ddc2574cf9) Signed-off-by: Michael Niedermayer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 62be5867d6..24e469c7e1 100755 --- a/configure +++ b/configure @@ -2294,7 +2294,7 @@ fi # Deal with common $arch aliases case "$arch" in - arm*) + arm*|iPad*) arch="arm" ;; mips|mipsel|IP*)