Recognise mingw64 in config script

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2914)
This commit is contained in:
Richard Levitte 2017-03-13 09:09:43 +01:00
parent d4ea9659d9
commit 57cb3385b1

2
config
View File

@ -801,6 +801,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}" ;;