diff options
author | kib <kib@FreeBSD.org> | 2012-04-29 09:37:02 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-04-29 09:37:02 +0000 |
commit | 6b0b09e72a82ff0e99c864ca023a9eb62f72d629 (patch) | |
tree | a7b029782b25ec11dc85b8f29af9cec43b27a64a /share/man | |
parent | ddc91163077d5a13dee524efab9ab60f26f59f72 (diff) | |
download | FreeBSD-src-6b0b09e72a82ff0e99c864ca023a9eb62f72d629.zip FreeBSD-src-6b0b09e72a82ff0e99c864ca023a9eb62f72d629.tar.gz |
Regenerate src.conf(5)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/src.conf.5 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index e209a26..997c3b4 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 221733 2011-05-10 13:01:11Z ru .\" $FreeBSD$ -.Dd March 25, 2012 +.Dd April 29, 2012 .Dt SRC.CONF 5 .Os .Sh NAME @@ -270,7 +270,7 @@ When set, it also enforces the following options: Set to not build the Clang C/C++ compiler. .Pp It is a default setting on -arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64. +arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc and sparc64/sparc64. When set, it also enforces the following options: .Pp .Bl -item -compact @@ -284,7 +284,7 @@ When set, it also enforces the following options: Set to build the Clang C/C++ compiler. .Pp It is a default setting on -amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64. +amd64/amd64, i386/i386, pc98/i386 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. @@ -891,6 +891,13 @@ as a set-user-ID root program. Set to not build the .Bx 4.4 legacy docs. +.It Va WITH_SHARED_TOOLCHAIN +.\" from FreeBSD: head/tools/build/options/WITH_SHARED_TOOLCHAIN 234782 2012-04-29 09:32:44Z kib +Set to build the toolchain binaries shared. +The set includes +.Xr cc 1 , +.Xr make 1 +and neccessary utilites like assembler, linker and library archive manager. .It Va WITHOUT_SOURCELESS .\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU). |