summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2019-11-22 20:17:58 +0100
committerAnthony Green <green@moxielogic.com>2019-11-22 14:17:58 -0500
commit247a5e7878379b7af33338d51898d7fb9e82e686 (patch)
treed8ac1178e27e777de4e136dca4f5d80346b4fbce /configure.host
parent8e3935fa761d3e6f19ccf5e6733fd40dee637d94 (diff)
downloadlibffi-247a5e7878379b7af33338d51898d7fb9e82e686.tar.gz
Capture x86-windows host like x86_64-windows (#529)
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 d9850d4..9a72cda 100644
--- a/configure.host
+++ b/configure.host
@@ -74,7 +74,7 @@ case "${host}" in
TARGET=X86_FREEBSD; TARGETDIR=x86
;;
- i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix* \
+ i?86-*-cygwin* | i?86-*-mingw* | i?86-*-win* | i?86-*-os2* | i?86-*-interix* \
| x86_64-*-cygwin* | x86_64-*-mingw* | x86_64-*-win* )
TARGETDIR=x86
if test $ac_cv_sizeof_size_t = 4; then