aboutsummaryrefslogtreecommitdiff
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorChandrakala Chavva <cchavva@redhat.com>2000-10-17 16:07:51 -0400
committerChandra Chavva <cchavva@gcc.gnu.org>2000-10-17 16:07:51 -0400
commit10501d8f2f0419000b8c7b6852640d416385dd8c (patch)
tree986f942801037d913a68b835d461513a99cb4d0d /gcc/invoke.texi
parentc330e9c1e28caf8f48e4be47829bd6c9a86e91b7 (diff)
downloadgcc-10501d8f2f0419000b8c7b6852640d416385dd8c.zip
gcc-10501d8f2f0419000b8c7b6852640d416385dd8c.tar.gz
gcc-10501d8f2f0419000b8c7b6852640d416385dd8c.tar.bz2
Added new option --target-help.
From-SVN: r36910
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 47d4fd5..19ae2a0 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -90,7 +90,7 @@ in the following sections.
@item Overall Options
@xref{Overall Options,,Options Controlling the Kind of Output}.
@smallexample
--c -S -E -o @var{file} -pipe -pass-exit-codes -v --help -x @var{language}
+-c -S -E -o @var{file} -pipe -pass-exit-codes -v --target-help --help -x @var{language}
@end smallexample
@item C Language Options
@@ -646,6 +646,10 @@ invoked by @code{gcc}, so that they can display the command line options
they accept. If the @code{-W} option is also specified then command
line options which have no documentation associated with them will also
be displayed.
+
+@item --target-help
+Print (on the standard output) a description of target specific command
+line options for each tool.
@end table
@node Invoking G++