Commit a08cabe6746343564418383b879d40d3b998c399

Moritz Angermann 2017-05-21T20:25:16

add x86_64-*-ios -- the iOS simulator

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.host b/configure.host
index 4062a48..49e378f 100644
--- a/configure.host
+++ b/configure.host
@@ -92,7 +92,7 @@ case "${host}" in
 	fi
 	;;
 
-  i?86-*-darwin* | x86_64-*-darwin*)
+  i?86-*-darwin* | x86_64-*-darwin* | x86_64-*-ios)
 	TARGETDIR=x86
 	if test $ac_cv_sizeof_size_t = 4; then
 	  TARGET=X86_DARWIN