Commit e8b3c8ac by Ira Ruben

This is the documentation for -### that I forgot to add when -### was

originally added.

From-SVN: r50328
parent c01bfdbf
...@@ -157,7 +157,7 @@ in the following sections. ...@@ -157,7 +157,7 @@ in the following sections.
@xref{Overall Options,,Options Controlling the Kind of Output}. @xref{Overall Options,,Options Controlling the Kind of Output}.
@gccoptlist{ @gccoptlist{
-c -S -E -o @var{file} -pipe -pass-exit-codes -x @var{language} @gol -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 @item C Language Options
@xref{C Dialect Options,,Options Controlling C Dialect}. @xref{C Dialect Options,,Options Controlling C Dialect}.
...@@ -893,6 +893,12 @@ Print (on standard error output) the commands executed to run the stages ...@@ -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 of compilation. Also print the version number of the compiler driver
program and of the preprocessor and the compiler proper. 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 @item -pipe
@opindex pipe @opindex pipe
Use pipes rather than temporary files for communication between the Use pipes rather than temporary files for communication between the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment