mirror of
https://github.com/opnsense/src.git
synced 2026-05-12 17:11:42 -04:00
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
(cherry picked from commit b23665f316)
This commit is contained in:
parent
f2b5999b21
commit
03d837b565
3 changed files with 8 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue