summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-11-29 12:51:10 +0000
committereadler <eadler@FreeBSD.org>2012-11-29 12:51:10 +0000
commitd574f08958e7b126237df7fdcc775cc559fe4267 (patch)
treec7f5c77eb9e8563d7148a1cac1ce3f3f6593c1bc
parent30b3450aa9c23148352ef59fc8db937f930a42b4 (diff)
downloadFreeBSD-src-d574f08958e7b126237df7fdcc775cc559fe4267.zip
FreeBSD-src-d574f08958e7b126237df7fdcc775cc559fe4267.tar.gz
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
-rw-r--r--share/man/man5/make.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index e6ed94e..f9d0184 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -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 ,
OpenPOWER on IntegriCloud