[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Andy Polyakov appro at openssl.org
Mon Nov 14 23:25:08 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  dd512a93902379364276588deb30ba03bf7f3b2d (commit)
      from  83b90e40d312ef9f189990293e253b3c1e7e92a1 (commit)


- Log -----------------------------------------------------------------
commit dd512a93902379364276588deb30ba03bf7f3b2d
Author: Andy Polyakov <appro at openssl.org>
Date:   Sat Nov 12 16:01:47 2016 +0100

    Configurations/10-main.conf: document GCC for Solaris config constraint.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (cherry picked from commit fe9e5b9ccce175d296c904486a29218c879adb73)

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

Summary of changes:
 Configurations/10-main.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 5c04009..96401f4 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -187,6 +187,12 @@ sub vms_info {
     },
 #### Solaris x86 with GNU C setups
     "solaris-x86-gcc" => {
+        # NB. GNU C has to be configured to use GNU assembler, and not
+        # /usr/ccs/bin/as. Failure to comply will result in compile
+        # failures [at least] in 32-bit build.
+        # [Above statement is in direct contradition with one below.
+        #  Latter is kept, because it's formally inappropriate to
+        #  modify compile flags in letter release.]
         # -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have
         # to do it here because whenever GNU C instantiates an assembler
         # template it surrounds it with #APP #NO_APP comment pair which


More information about the openssl-commits mailing list