aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Ruben <ira@gcc.gnu.org>2002-03-05 20:17:57 +0000
committerIra Ruben <ira@gcc.gnu.org>2002-03-05 20:17:57 +0000
commite8b3c8acf3afe1c97b6c51dfe469d7f434b48df4 (patch)
tree1ce69b60d519e64dfb73927ea81fd4ea85b790fb
parentc01bfdbf7c8ba6df671f9033e0febd6d2a45bf6a (diff)
downloadgcc-e8b3c8acf3afe1c97b6c51dfe469d7f434b48df4.zip
gcc-e8b3c8acf3afe1c97b6c51dfe469d7f434b48df4.tar.gz
gcc-e8b3c8acf3afe1c97b6c51dfe469d7f434b48df4.tar.bz2
This is the documentation for -### that I forgot to add when -### was
originally added. From-SVN: r50328
-rw-r--r--gcc/doc/invoke.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a6d37e2..add83e6 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -157,7 +157,7 @@ in the following sections.
@xref{Overall Options,,Options Controlling the Kind of Output}.
@gccoptlist{
-c -S -E -o @var{file} -pipe -pass-exit-codes -x @var{language} @gol
--v --target-help --help}
+-v -### --target-help --help}
@item C Language Options
@xref{C Dialect Options,,Options Controlling C Dialect}.
@@ -893,6 +893,12 @@ Print (on standard error output) the commands executed to run the stages
of compilation. Also print the version number of the compiler driver
program and of the preprocessor and the compiler proper.
+@item -###
+@opindex ###
+Like @option{-v} except the commands are not executed and all command
+arguments are quoted. This is useful for shell scripts to capture the
+driver-generated command lines.
+
@item -pipe
@opindex pipe
Use pipes rather than temporary files for communication between the