Recognise mingw64 in config script
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Mar 2017 08:09:43 +0000 (09:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Mar 2017 09:42:49 +0000 (10:42 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2914)
(cherry picked from commit 57cb3385b109ff66f7cb0b81ad3a89543bfd6f68)

config

diff --git a/config b/config
index 1341fd622db40a87b0dbffff8bfc3df6e50b1923..d3e5719625eb1758346a8b78c7f87067b4a1ba3e 100755 (executable)
--- a/config
+++ b/config
@@ -806,6 +806,8 @@ case "$GUESSOS" in
            options="$options no-asm"
        fi
        ;;
+  i[3456]86-*-mingw) OUT="mingw" ;;
+  x86_64-*-mingw) OUT="mingw64" ;;
   # these are all covered by the catchall below
   i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
   *-*-cygwin) OUT="Cygwin-${MACHINE}" ;;