aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2021-11-19 20:15:35 +0000
committerIain Sandoe <iain@sandoe.co.uk>2021-11-19 20:53:25 +0000
commit16d1d97626cc542d0274aa998f4e584aeab44017 (patch)
tree5e1ba62a92188b72cc014863dcfae43e25ad916e
parentf573d35147ca8433c102e1721d8c99fc432cb44b (diff)
downloadgcc-16d1d97626cc542d0274aa998f4e584aeab44017.zip
gcc-16d1d97626cc542d0274aa998f4e584aeab44017.tar.gz
gcc-16d1d97626cc542d0274aa998f4e584aeab44017.tar.bz2
gcc, doc: Fix Darwin bootstrap: Amend an @option command to elide a space.
At least some version(s) of makeinfo (4.8) do not like @option {-xxxx} the brace has to follow the @option without any whitespace. makeinfo 4.8 is installed on Darwin systems and this breaks bootstrap. The amendment follows the style of the surrounding code. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> gcc/ChangeLog: * doc/invoke.texi: Remove whitespace after an @option.
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 1cfb702..4b1b583 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10677,7 +10677,7 @@ valid for all standard-compliant programs.
It turns on @option{-ffast-math}, @option{-fallow-store-data-races}
and the Fortran-specific @option{-fstack-arrays}, unless
@option{-fmax-stack-var-size} is specified, and @option{-fno-protect-parens}.
-It turns off @option {-fsemantic-interposition}.
+It turns off @option{-fsemantic-interposition}.
@item -Og
@opindex Og