INSTALL: clarify a bit more how Configure treats "unknown" options
authorRichard Levitte <levitte@openssl.org>
Mon, 15 May 2017 12:16:17 +0000 (14:16 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 15 May 2017 12:51:07 +0000 (14:51 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3468)

INSTALL

diff --git a/INSTALL b/INSTALL
index 59486efbb423feabf7fdaa9463a5e4020ace2dc5..57e3be2aad8ba3eef72e31ced33911f59c9298b4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                    "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