aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorRoman Zhuykov <zhroma@ispras.ru>2020-02-25 14:08:00 +0300
committerRoman Zhuykov <zhroma@ispras.ru>2020-02-25 14:08:00 +0300
commit8bc6d0a2da6134e4108703bde6e401efcf5ca544 (patch)
tree08ff1c4a410abbf730d58a09fba46123c6b50c43 /gcc/doc/install.texi
parent81c833b311b16cfd87a947374d5ffbbd48facd03 (diff)
downloadgcc-8bc6d0a2da6134e4108703bde6e401efcf5ca544.zip
gcc-8bc6d0a2da6134e4108703bde6e401efcf5ca544.tar.gz
gcc-8bc6d0a2da6134e4108703bde6e401efcf5ca544.tar.bz2
doc: minor --enable-checking wording fixes
gcc/ChangeLog: doc/install.texi (--enable-checking): Adjust wording.
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 09207cc..9b24a06 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1848,8 +1848,9 @@ properly if you are building the compiler with GCC@.
When the option is not specified, the active set of checks depends on context.
Namely, bootstrap stage 1 defaults to @samp{--enable-checking=yes}, builds
-from release archives default to @samp{--enable-checking=release}, and
-otherwise @samp{--enable-checking=yes,extra} is used. When the option is
+from release branches or release archives default to
+@samp{--enable-checking=release}, and otherwise
+@samp{--enable-checking=yes,extra} is used. When the option is
specified without a @var{list}, the result is the same as
@samp{--enable-checking=yes}. Likewise, @samp{--disable-checking} is
equivalent to @samp{--enable-checking=no}.
@@ -1872,8 +1873,9 @@ checking with extra checks that might affect code generation and should
therefore not differ between stage1 and later stages in bootstrap.
The @samp{valgrind} check requires the external @command{valgrind} simulator,
-available from @uref{http://valgrind.org/}. The @samp{df}, @samp{rtl},
-@samp{gcac} and @samp{valgrind} checks are very expensive.
+available from @uref{http://valgrind.org/}. The @samp{rtl} checks are
+expensive and the @samp{df}, @samp{gcac} and @samp{valgrind} checks are very
+expensive.
@item --disable-stage1-checking
@itemx --enable-stage1-checking