aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-19 19:47:04 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-19 19:47:04 +0000
commit2bebe885561e8b73318f8bbb8a171398a2686580 (patch)
treee89f380971d6734df3f6bbdd7b82e52ca8f678ba
parent7793be975280a69f1c0bfb5fee3c6ec0da356a7f (diff)
downloadsrc-2bebe885561e8b73318f8bbb8a171398a2686580.tar.gz
src-2bebe885561e8b73318f8bbb8a171398a2686580.zip
remove caution notes from WITHOUT_BINUTILS* descriptions
WITHOUT_BINUTILS and WITHOUT_BINUTILS_BOOTSTRAP previously included claims about being unable to build if set. Those cautions are no longer universally true, and most FreeBSD targets can function more or less without enabling GNU Binutils. Just remove the cautions. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=356890
-rw-r--r--tools/build/options/WITHOUT_BINUTILS1
-rw-r--r--tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP4
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/build/options/WITHOUT_BINUTILS b/tools/build/options/WITHOUT_BINUTILS
index 9361a35b2c5f..8d8d1ce4bccd 100644
--- a/tools/build/options/WITHOUT_BINUTILS
+++ b/tools/build/options/WITHOUT_BINUTILS
@@ -5,4 +5,3 @@ Do not build or install GNU
.Xr objdump 1
as part
of the normal system build.
-The resulting system cannot build programs from source.
diff --git a/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP b/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
index a8cfac549f57..2d778eb5652c 100644
--- a/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
+++ b/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
@@ -1,7 +1,3 @@
.\" $FreeBSD$
Do not build binutils (as, ld.bfd, and objdump)
as part of the bootstrap process.
-.Bf -symbolic
-The option does not work for build targets unless some alternative
-toolchain is provided.
-.Ef