src.conf.5: regen after objdump removal

This commit is contained in:
Ed Maste 2020-05-06 18:43:27 +00:00
parent fe808290f0
commit e3d954e7bb

View File

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