diff options
author | David Malcolm <dmalcolm@redhat.com> | 2023-10-31 17:05:41 -0400 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2023-10-31 17:05:41 -0400 |
commit | 8b4ac021cd1f63125aaf8397479602b950438385 (patch) | |
tree | d28f9e2faa0569789e3415e540530a221ef1c0f4 /gcc | |
parent | b9e2088d2977441818e8e24f3b497b167992dba0 (diff) | |
download | gcc-8b4ac021cd1f63125aaf8397479602b950438385.zip gcc-8b4ac021cd1f63125aaf8397479602b950438385.tar.gz gcc-8b4ac021cd1f63125aaf8397479602b950438385.tar.bz2 |
opts.cc: fix comment about DOCUMENTATION_ROOT_URL
gcc/ChangeLog:
* opts.cc (get_option_url): Update comment; the requirement to
pass DOCUMENTATION_ROOT_URL's value via -D was removed in
r10-8065-ge33a1eae25b8a8.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/opts.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/opts.cc b/gcc/opts.cc index 8015cb7..f54cf83 100644 --- a/gcc/opts.cc +++ b/gcc/opts.cc @@ -3679,9 +3679,9 @@ char * get_option_url (diagnostic_context *, int option_index) { if (option_index) - return concat (/* DOCUMENTATION_ROOT_URL should be supplied via -D by - the Makefile (see --with-documentation-root-url), and - should have a trailing slash. */ + return concat (/* DOCUMENTATION_ROOT_URL should be supplied via + #include "config.h" (see --with-documentation-root-url), + and should have a trailing slash. */ DOCUMENTATION_ROOT_URL, /* get_option_html_page will return something like |