Capture x86-windows host like x86_64-windows (#529)
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Fri, 22 Nov 2019 19:17:58 +0000 (20:17 +0100)
committerAnthony Green <green@moxielogic.com>
Fri, 22 Nov 2019 19:17:58 +0000 (14:17 -0500)
configure.host

index d9850d450636d07e4f2ef4060434ee723a28946e..9a72cda87e9c1ebd4de7b5cb59bec132d9af1808 100644 (file)
@@ -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