Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2012 12:51:10 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243670 - head/share/man/man5
Message-ID:  <201211291251.qATCpA7w078277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dan.mcgregor@usask.ca>
  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 ,



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