Remove Binutils from src.conf(5) option descriptions

All binutils remnants have been removed before FreeBSD 13.

PR:		252842
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-01-24 12:22:01 -05:00
parent 25611bc0ab
commit b23665f316
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,4 @@
.\" $FreeBSD$
Set to not build the LLD linker during the bootstrap phase of
the build.
To be able to build the system, either Binutils or LLD bootstrap must be
enabled unless an alternate linker is provided via XLD.
To be able to build the system an alternate linker must be provided via XLD.

View File

@ -1,2 +1,7 @@
.\" $FreeBSD$
Set to use GNU binutils ld as the system linker, instead of LLVM's LLD.
Do not install a
.Pa /usr/bin/ld symlink
to
.Pa ld.lld .
The system will not have a usable tool chain unless a linker is provided
some other way.

View File

@ -1,2 +1,2 @@
.\" $FreeBSD$
Set to use LLVM's LLD as the system linker, instead of GNU binutils ld.
Set to use LLVM's LLD as the system linker.