[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Mon Mar 13 09:42:56 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 1a25ec7379a33cd8051d373e47043172ce2ad0b9 (commit)
from 8c7d18c635ef5ed087c6614b1e6472794af339a3 (commit)
- Log -----------------------------------------------------------------
commit 1a25ec7379a33cd8051d373e47043172ce2ad0b9
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Mar 13 09:09:43 2017 +0100
Recognise mingw64 in config script
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2914)
(cherry picked from commit 57cb3385b109ff66f7cb0b81ad3a89543bfd6f68)
-----------------------------------------------------------------------
Summary of changes:
config | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config b/config
index 1341fd6..d3e5719 100755
--- 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}" ;;
More information about the openssl-commits
mailing list