From owner-svn-src-head@FreeBSD.ORG Thu Nov 29 12:51:11 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A96D87D; Thu, 29 Nov 2012 12:51:11 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2094A8FC16; Thu, 29 Nov 2012 12:51:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATCpBL1078278; Thu, 29 Nov 2012 12:51:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATCpA7w078277; Thu, 29 Nov 2012 12:51:10 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211291251.qATCpA7w078277@svn.freebsd.org> From: Eitan Adler Date: Thu, 29 Nov 2012 12:51:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243670 - head/share/man/man5 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 12:51:11 -0000 Author: eadler Date: Thu Nov 29 12:51:10 2012 New Revision: 243670 URL: http://svnweb.freebsd.org/changeset/base/243670 Log: Generalize make.conf man page: use "cc" instead of "gcc" PR: misc/173604 Submitted by: Dan McGregor Approved by: bcr (mentor) MFC after: 3 days Modified: head/share/man/man5/make.conf.5 Modified: head/share/man/man5/make.conf.5 ============================================================================== --- head/share/man/man5/make.conf.5 Thu Nov 29 08:06:23 2012 (r243669) +++ head/share/man/man5/make.conf.5 Thu Nov 29 12:51:10 2012 (r243670) @@ -143,7 +143,7 @@ and are not supported. .Va BDECFLAGS is provided as a set of -.Xr gcc 1 +.Xr cc 1 settings suggested by .An "Bruce Evans" Aq bde@FreeBSD.org for developing and testing changes. @@ -162,7 +162,7 @@ the value of and .Va COPTFLAGS to contain the appropriate optimization directive to -.Xr gcc 1 . +.Xr cc 1 . The automatic setting of .Va CFLAGS and @@ -693,7 +693,7 @@ The default number is 20011. .Pq Vt int Causes the system compiler to be built such that it forces high optimization levels to a lower one. -.Xr gcc 1 +.Xr cc 1 .Fl O2 and above is known to trigger known optimizer bugs at various times. @@ -735,7 +735,7 @@ filter, or both. .It Pa /usr/src/Makefile.inc1 .El .Sh SEE ALSO -.Xr gcc 1 , +.Xr cc 1 , .Xr install 1 , .Xr make 1 , .Xr src.conf 5 ,