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

Richard Levitte levitte at openssl.org
Mon May 15 12:52:00 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  aaec879479c8e96052e69ba96defe35415fad50e (commit)
      from  a6c1e4b01298da42fe6bb8f65642945c208eeafb (commit)


- Log -----------------------------------------------------------------
commit aaec879479c8e96052e69ba96defe35415fad50e
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon May 15 14:16:17 2017 +0200

    INSTALL: clarify a bit more how Configure treats "unknown" options
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3468)
    (cherry picked from commit a3cb4cfc6af3f5fc1cd81ccd264daaa79d1c0a46)

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

Summary of changes:
 INSTALL | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/INSTALL b/INSTALL
index 4547f19..14e35d1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -485,16 +485,21 @@
                    rc2, rc4, rmd160, scrypt, seed or whirlpool. The "ripemd"
                    algorithm is deprecated and if used is synonymous with rmd160.
 
-  -Dxxx, -lxxx, -Lxxx, -fxxx, -mXXX, -Kxxx
-                   These system specific options will be passed through to the
-                   compiler to allow you to define preprocessor symbols, specify
-                   additional libraries, library directories or other compiler
-                   options. It might be worth noting that some compilers
-                   generate code specifically for processor the compiler
-                   currently executes on. This is not necessarily what you might
-                   have in mind, since it might be unsuitable for execution on
-                   other, typically older, processor. Consult your compiler
-                   documentation.
+  -Dxxx, lxxx, -Lxxx, -Wl, -rpath, -R, -framework, -static
+                   These system specific options will be recocognised and
+                   passed through to the compiler to allow you to define
+                   preprocessor symbols, specify additional libraries, library
+                   directories or other compiler options. It might be worth
+                   noting that some compilers generate code specifically for
+                   processor the compiler currently executes on. This is not
+                   necessarily what you might have in mind, since it might be
+                   unsuitable for execution on other, typically older,
+                   processor. Consult your compiler documentation.
+
+  -xxx, +xxx
+                   Additional options that are not otherwise recognised are
+                   passed through as they are to the compiler as well.  Again,
+                   consult your compiler documentation.
 
 
  Installation in Detail


More information about the openssl-commits mailing list