summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-19 08:13:58 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-19 08:13:58 +0000
commit344c9292b91c43a6e46e680d935c703fb0c88c90 (patch)
treeae5bf4d199d0acf49a83e157935222fef432ee5b /gcc/common.opt
parentb2aebde87622b304b61eccd102a16265b84dc4a5 (diff)
downloadgcc-344c9292b91c43a6e46e680d935c703fb0c88c90.tar.gz
* common.opt: Document --param.
* opts.c (columns, undocumented_msg): New. (print_help): Get number of columns from environment. Print --param help. Tweak newline handling. (print_param_help): New. (print_filtered_help): Better handling of duplicates. Complain about undocumented switches. (print_switch): New. (wrap_help): Improve wrapping, use COLUMNS. * opts.sh: Ignore comments in records. * params.def: Fix typos and remove trailing periods. * toplev.c (display_help): Don't dump --param help. * doc/sourcebuild.texi: Update. java: * lang.opt: Don't show -MD_ and -MDD_. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69581 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 7f1e995c30b..65341d1b33c 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -28,6 +28,7 @@ Display this information
-param
Common Separate
+--param <param>=<value> Set paramter <param> to value. See below for a complete list of parameters
-target-help
Common