summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-08-17 11:42:21 -0400
committerPauli <pauli@openssl.org>2021-08-20 10:32:35 +1000
commitecb09bafad43bc8a722c498f859ed6ad3c73b99b (patch)
tree8471386868b29ac7cc385278f7bbcc27ccda2f64 /INSTALL.md
parent214888448df407e2154ca871d6ffec41ab18698e (diff)
Replace CONFIG_NOWAIT env var with -w option
And document the -w option Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16325)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f483c0e8a0..722a88bf04 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -587,6 +587,13 @@ alternative, you can use the language specific variables, `CFLAGS` and `CXXFLAGS
Use the specified text instead of the default banner at the end of
configuration.
+### --w
+
+On platforms where the choice of 32-bit or 64-bit architecture
+is not explicitly specified, `Configure` will print a warning
+message and wait for a few seconds to let you interrupt the
+configuration. Using this flag skips the wait.
+
### no-bulk
Build only some minimal set of features.
@@ -1404,12 +1411,6 @@ over the build process. Typically these should be defined prior to running
using this variable. Set it to the compiler executable you wish
to use, e.g. gcc or clang.
- CONFIG_NOWAIT
- On platforms where the choice of 32-bit or 64-bit architecture
- is not explicitly specified, `Configure` will print a warning
- message and wait for a few seconds to let you interrupt the
- configuration. Setting this variable will skip the wait.
-
CROSS_COMPILE
This environment variable has the same meaning as for the
"--cross-compile-prefix" Configure flag described above. If both