summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorMatija Skala <mskala@gmx.com>2017-03-15 12:50:41 +0100
committerGitHub <noreply@github.com>2017-03-15 12:50:41 +0100
commit41185b565fe17a8f107642f480849ef369ad0baa (patch)
treeefe131e626e22b5694edb86cb1f1f27a0e19912e /configure.host
parent6e2e041b6df6a3c3a5ca8a750dedbbd465e5ca97 (diff)
downloadlibffi-41185b565fe17a8f107642f480849ef369ad0baa.tar.gz
detect other x32 hosts
primarily x86_64-pc-linux-muslx32 while at it, add x86_64-x32-pc-linux-{gnu,musl} as well
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host2
1 files changed, 1 insertions, 1 deletions
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
;;
*)