From 50e408ce5d9eb6f14bf82bb3894d0e74e5f19c2c Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Sun, 21 May 2017 20:44:10 +0800 Subject: add i?86-*-ios -- the iOS simulator (32bit) --- configure.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.host') diff --git a/configure.host b/configure.host index 49e378f..b5e1ec7 100644 --- a/configure.host +++ b/configure.host @@ -92,7 +92,7 @@ case "${host}" in fi ;; - i?86-*-darwin* | x86_64-*-darwin* | x86_64-*-ios) + i?86-*-darwin* | x86_64-*-darwin* | i?86-*-ios | x86_64-*-ios) TARGETDIR=x86 if test $ac_cv_sizeof_size_t = 4; then TARGET=X86_DARWIN -- cgit v1.2.1