[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Mar 13 09:42:07 UTC 2017


The branch master has been updated
       via  57cb3385b109ff66f7cb0b81ad3a89543bfd6f68 (commit)
      from  d4ea9659d9bc6577627b085d7cb6cdc7b94fee20 (commit)


- Log -----------------------------------------------------------------
commit 57cb3385b109ff66f7cb0b81ad3a89543bfd6f68
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)

-----------------------------------------------------------------------

Summary of changes:
 config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config b/config
index 0ddff8a..ad788cb 100755
--- a/config
+++ b/config
@@ -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}" ;;


More information about the openssl-commits mailing list