aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-03-31 08:45:58 +0200
committerMartin Liska <mliska@suse.cz>2022-04-06 17:38:15 +0200
commit717b2d4191e80dc8aae3847675de73ed3f611fb7 (patch)
tree3df6620cdde941f1f5ca2e0b56d57f433ec586f9 /gcc/common.opt
parentc65d15d40738f3691ff1a39907a4b93e9fe5c5ae (diff)
downloadgcc-717b2d4191e80dc8aae3847675de73ed3f611fb7.zip
gcc-717b2d4191e80dc8aae3847675de73ed3f611fb7.tar.gz
gcc-717b2d4191e80dc8aae3847675de73ed3f611fb7.tar.bz2
--target-help: align with --help=target
PR driver/105096 gcc/ChangeLog: * common.opt: Document properly based on what it does. * gcc.cc (display_help): Unify with what we have in common.opt. * opts.cc (common_handle_option): Do not print undocumented options.
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 8b6513d..8a0dafc 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -419,7 +419,7 @@ Driver Alias(symbolic)
-target-help
Common Driver
-Alias for --help=target.
+Display target specific command line options (including assembler and linker options).
-time
Driver Alias(time)