From 8ca3766f007dc9684535d2d5674710108ba58dc3 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 25 Jul 2013 10:52:15 +0200 Subject: [PATCH] Allow native compilation on the iPhone. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c9ad9483c6..398a62b250 100755 --- a/configure +++ b/configure @@ -3080,7 +3080,7 @@ case "$arch" in aarch64|arm64) arch="aarch64" ;; - arm*|iPad*) + arm*|iPad*|iPhone*) arch="arm" ;; mips*|IP*)