Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 21:58:20 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r260935 - stable/10/contrib/gcc
Message-ID:  <201401202158.s0KLwKTc004715@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401202158.s0KLwKTc004715>