diff options
author | pfg <pfg@FreeBSD.org> | 2014-01-20 21:58:20 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-01-20 21:58:20 +0000 |
commit | d2ee769b399b26ab04c2861be439e69864b81c2e (patch) | |
tree | 43dcffdde6949bb118b5e5e055042686cc605982 /contrib/gcc/version.c | |
parent | 81471e9f9b4cb46e2d1e0c01133643b994551020 (diff) | |
download | FreeBSD-src-d2ee769b399b26ab04c2861be439e69864b81c2e.zip FreeBSD-src-d2ee769b399b26ab04c2861be439e69864b81c2e.tar.gz |
MFC r259531;
gcc: point to our address for bug reports.
As recommended by the FSF in gcc/version.c :
"If you distribute a modified version of GCC, please change
this to refer to a document giving instructions for reporting
bugs to you, not us."
Diffstat (limited to 'contrib/gcc/version.c')
-rw-r--r-- | contrib/gcc/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 0da50b1..dd972ac 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -18,7 +18,7 @@ forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>"; +const char bug_report_url[] = "<URL:http://www.freebsd.org/send-pr.html>"; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */ |