Commit b6b00675 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Assume architecture arm for machine hardware name iPad*.

uname -m returns for example "iPad2,1".
parent 6d7b5011
...@@ -2317,7 +2317,7 @@ fi ...@@ -2317,7 +2317,7 @@ fi
# Deal with common $arch aliases # Deal with common $arch aliases
case "$arch" in case "$arch" in
arm*) arm*|iPad*)
arch="arm" arch="arm"
;; ;;
mips|mipsel|IP*) mips|mipsel|IP*)
......
Markdown is supported
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