[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Mon Feb 22 14:44:14 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  5c57fbb8ca991e8db7ce23174613898a27ca3fcb (commit)
      from  6c88c71b4e4825c7bc0489306d062d017634eb88 (commit)


- Log -----------------------------------------------------------------
commit 5c57fbb8ca991e8db7ce23174613898a27ca3fcb
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Feb 22 11:02:03 2016 +0100

    Recognise Cygwin-x86_64 in config
    
    In response to RT#4326
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

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

diff --git a/config b/config
index 77f730f..bba370c 100755
--- a/config
+++ b/config
@@ -852,7 +852,8 @@ case "$GUESSOS" in
   # *-dgux) OUT="dgux" ;;
   mips-sony-newsos4) OUT="newsos4-gcc" ;;
   *-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;;
-  *-*-cygwin) OUT="Cygwin" ;;
+  i[3456]86-*-cygwin) OUT="Cygwin" ;;
+  *-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
   t3e-cray-unicosmk) OUT="cray-t3e" ;;
   j90-cray-unicos) OUT="cray-j90" ;;
   nsr-tandem-nsk) OUT="tandem-c89" ;;


More information about the openssl-commits mailing list