summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2012-11-05 21:55:22 +0000
committerbrooks <brooks@FreeBSD.org>2012-11-05 21:55:22 +0000
commit829a763edee0b5ebbcb8dcfbcd24876df1a3c34d (patch)
tree122b714b7aa93169ac43dea6c5a86c8589fe268c /share
parent41399856f62ada28fc46604e0c18f886cc88f4f0 (diff)
downloadFreeBSD-src-829a763edee0b5ebbcb8dcfbcd24876df1a3c34d.zip
FreeBSD-src-829a763edee0b5ebbcb8dcfbcd24876df1a3c34d.tar.gz
Now that WITH_CLANG_IS_CC is the default on x86 systems, document
WITHOUT_CLANG_IS_CC.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.515
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 239bad3..faa117f 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb
.\" $FreeBSD$
-.Dd October 21, 2012
+.Dd November 5, 2012
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -303,6 +303,16 @@ amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
.It Va WITH_CLANG_EXTRAS
.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim
Set to build additional clang and llvm tools, such as bugpoint.
+.It Va WITHOUT_CLANG_IS_CC
+.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks
+Set to install the GCC compiler as
+.Pa /usr/bin/cc ,
+.Pa /usr/bin/c++
+and
+.Pa /usr/bin/cpp .
+.Pp
+It is a default setting on
+arm/arm, arm/armeb, arm/armv6, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
.It Va WITH_CLANG_IS_CC
.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
Set to install the Clang C/C++ compiler as
@@ -310,6 +320,9 @@ Set to install the Clang C/C++ compiler as
.Pa /usr/bin/c++
and
.Pa /usr/bin/cpp .
+.Pp
+It is a default setting on
+amd64/amd64, i386/i386 and pc98/i386.
.It Va WITHOUT_CPP
.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
Set to not build
OpenPOWER on IntegriCloud