diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-05-21 01:35:48 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-05-21 01:35:48 +0000 |
commit | c234fb9e56ba00354c976646e5854ce24f18d8eb (patch) | |
tree | 343ed8d89dc7cd238453c1b8f6b5a25a8f4916db | |
parent | 07b39d8fb08b762a2a3cb224e706e6250f6525c5 (diff) | |
download | FreeBSD-src-c234fb9e56ba00354c976646e5854ce24f18d8eb.zip FreeBSD-src-c234fb9e56ba00354c976646e5854ce24f18d8eb.tar.gz |
Regenerate
-rw-r--r-- | share/man/man5/src.conf.5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 4b3deb0..19e705e 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1403,6 +1403,19 @@ This must be set in the environment, make command line, or .Pa /etc/src-env.conf , not .Pa /etc/src.conf . +.It Va WITH_SYSTEM_COMPILER +.\" from FreeBSD: head/tools/build/options/WITH_SYSTEM_COMPILER 300354 2016-05-21 01:32:23Z bdrewery +Set to opportunistically skip building a cross-compiler during the +bootstrap phase of the build. +If the currently installed compiler matches the planned bootstrap compiler +type and revision, then it will not be built. +This does not prevent a compiler from being built for installation though, +only for building one for the build itself. +The +.Va WITHOUT_CLANG +and +.Va WITHOUT_GCC +options control those. .It Va WITHOUT_TALK .\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie Set to not build or install |