Commit d754c510f1dd03dc8c2cd7b50bb2a1668715c5cd

Anthony Green 2017-03-16T00:39:07

Merge pull request #299 from matijaskala/patch-1 detect other x32 hosts

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.host b/configure.host
index a4a22b7..e366c74 100644
--- a/configure.host
+++ b/configure.host
@@ -96,7 +96,7 @@ case "${host}" in
 	TARGETDIR=x86
 	if test $ac_cv_sizeof_size_t = 4; then
 	  case "$host" in
-	    *-gnux32)
+	    x86_64-*x32|x86_64-x32-*)
 	      TARGET=X86_64
 	      ;;
 	    *)