svn commit: r260935 - stable/10/contrib/gcc
Pedro F. Giffuni
pfg at FreeBSD.org
Mon Jan 20 21:58:20 UTC 2014
Author: pfg
Date: Mon Jan 20 21:58:20 2014
New Revision: 260935
URL: http://svnweb.freebsd.org/changeset/base/260935
Log:
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."
Modified:
stable/10/contrib/gcc/version.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/contrib/gcc/version.c
==============================================================================
--- stable/10/contrib/gcc/version.c Mon Jan 20 21:54:05 2014 (r260934)
+++ stable/10/contrib/gcc/version.c Mon Jan 20 21:58:20 2014 (r260935)
@@ -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. */
More information about the svn-src-all
mailing list