aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-01-24 17:22:01 +0000
committerEd Maste <emaste@FreeBSD.org>2021-01-24 17:22:01 +0000
commitb23665f3169b7b0364416060855541b450204d6d (patch)
tree869de1663758e02bf77e35c17f1b47fefeef3bc2
parent25611bc0abf8a21f90cf3a702d6163b23bb7bed5 (diff)
downloadsrc-b23665f3169b7b0364416060855541b450204d6d.tar.gz
src-b23665f3169b7b0364416060855541b450204d6d.zip
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
-rw-r--r--tools/build/options/WITHOUT_LLD_BOOTSTRAP3
-rw-r--r--tools/build/options/WITHOUT_LLD_IS_LD7
-rw-r--r--tools/build/options/WITH_LLD_IS_LD2
3 files changed, 8 insertions, 4 deletions
diff --git a/tools/build/options/WITHOUT_LLD_BOOTSTRAP b/tools/build/options/WITHOUT_LLD_BOOTSTRAP
index 646edd341c35..d9824c51b23c 100644
--- a/tools/build/options/WITHOUT_LLD_BOOTSTRAP
+++ b/tools/build/options/WITHOUT_LLD_BOOTSTRAP
@@ -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.
diff --git a/tools/build/options/WITHOUT_LLD_IS_LD b/tools/build/options/WITHOUT_LLD_IS_LD
index 0d48f205d85d..8ca789dfdc45 100644
--- a/tools/build/options/WITHOUT_LLD_IS_LD
+++ b/tools/build/options/WITHOUT_LLD_IS_LD
@@ -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.
diff --git a/tools/build/options/WITH_LLD_IS_LD b/tools/build/options/WITH_LLD_IS_LD
index a291b099bf06..9a07c71fdeda 100644
--- a/tools/build/options/WITH_LLD_IS_LD
+++ b/tools/build/options/WITH_LLD_IS_LD
@@ -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.