aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-11-26 17:11:50 +0000
committerEd Maste <emaste@FreeBSD.org>2018-11-26 17:11:50 +0000
commit0179c8351b957f79df4076b4717e512269a1e4dc (patch)
treec3f62243ddd00e112c7b5e5518ad8097e715f2a4 /share/man/man5
parenteda7d3bec4501c8dde587f9f267d475b7c4f7f78 (diff)
downloadsrc-0179c8351b957f79df4076b4717e512269a1e4dc.tar.gz
src-0179c8351b957f79df4076b4717e512269a1e4dc.zip
src.conf.5: regen after r340984 (and r340841)
Notes
Notes: svn path=/head/; revision=340985
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/src.conf.520
1 files changed, 15 insertions, 5 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 31d9fb4e9133..ca775507b338 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd November 6, 2018
+.Dd November 26, 2018
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -149,7 +149,12 @@ Build all binaries with the
flag set to indicate that the run-time loader should perform all relocation
processing at process startup rather than on demand.
.It Va WITHOUT_BINUTILS
-Set to not build or install binutils (as, ld, and objdump) as part
+Set to not build or install GNU
+.Xr as 1 ,
+.Xr objdump 1 ,
+and for some CPU architectures
+.Xr ld.bfd 1
+as part
of the normal system build.
The resulting system cannot build programs from source.
.Pp
@@ -162,7 +167,12 @@ When set, it enforces these options:
.Va WITHOUT_GDB
.El
.It Va WITH_BINUTILS
-Set to build and install binutils (as, ld, and objdump) as part
+Set to build and install GNU
+.Xr as 1 ,
+.Xr objdump 1 ,
+and for some CPU architectures
+.Xr ld.bfd 1
+as part
of the normal system build.
.Pp
This is a default setting on
@@ -224,8 +234,8 @@ and related programs.
.It Va WITHOUT_BSD_CPIO
Set to not build the BSD licensed version of cpio based on
.Xr libarchive 3 .
-.It Va WITH_BSD_CRTBEGIN
-Enable the BSD licensed
+.It Va WITHOUT_BSD_CRTBEGIN
+Disable the BSD licensed
.Pa crtbegin.o
and
.Pa crtend.o .