src.conf.5: regen after r340984 (and r340841)

This commit is contained in:
Ed Maste 2018-11-26 17:11:50 +00:00
parent eda7d3bec4
commit 0179c8351b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340985

View File

@ -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 .