svn commit: r259531 - head/contrib/gcc

Pedro F. Giffuni pfg at FreeBSD.org
Wed Dec 18 00:10:30 UTC 2013


Author: pfg
Date: Wed Dec 18 00:10:30 2013
New Revision: 259531
URL: http://svnweb.freebsd.org/changeset/base/259531

Log:
  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

Modified:
  head/contrib/gcc/version.c

Modified: head/contrib/gcc/version.c
==============================================================================
--- head/contrib/gcc/version.c	Wed Dec 18 00:07:52 2013	(r259530)
+++ head/contrib/gcc/version.c	Wed Dec 18 00:10:30 2013	(r259531)
@@ -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