summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-12-18 00:10:30 +0000
committerpfg <pfg@FreeBSD.org>2013-12-18 00:10:30 +0000
commit19e98a0ea361462ffeb266e06a0e3a4bf471743d (patch)
treef3ed1f914e8ced40939dfc336e7eb7ae0ab92616 /contrib/gcc
parentfc9e1b74f0ee77d43fc81624531f99929f9b9e2c (diff)
downloadFreeBSD-src-19e98a0ea361462ffeb266e06a0e3a4bf471743d.zip
FreeBSD-src-19e98a0ea361462ffeb266e06a0e3a4bf471743d.tar.gz
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." MFC after: 2 weeks
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/version.c2
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. */
OpenPOWER on IntegriCloud