Add deprecation notice to WITH_BINUTILS option description

This commit is contained in:
Ed Maste 2020-05-30 16:12:50 +00:00
parent fd71da37d4
commit 4e2264e435
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361649

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd May 29, 2020
.Dd May 30, 2020
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -182,21 +182,12 @@ Build all binaries with the
.Dv DF_BIND_NOW
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
Do not build or install GNU
.Xr as 1
as part
of the normal system build.
.Pp
This is a default setting on
arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
.It Va WITH_BINUTILS
Build and install GNU
.Xr as 1
as part of the normal system build.
.Pp
This is a default setting on
amd64/amd64.
This option is not available as of
.Fx 13.0 .
.It Va WITHOUT_BINUTILS_BOOTSTRAP
Do not build GNU binutils
as part of the bootstrap process.