svn commit: r356890 - head/tools/build/options

Ed Maste emaste at FreeBSD.org
Sun Jan 19 19:47:05 UTC 2020


Author: emaste
Date: Sun Jan 19 19:47:04 2020
New Revision: 356890
URL: https://svnweb.freebsd.org/changeset/base/356890

Log:
  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

Modified:
  head/tools/build/options/WITHOUT_BINUTILS
  head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP

Modified: head/tools/build/options/WITHOUT_BINUTILS
==============================================================================
--- head/tools/build/options/WITHOUT_BINUTILS	Sun Jan 19 19:16:32 2020	(r356889)
+++ head/tools/build/options/WITHOUT_BINUTILS	Sun Jan 19 19:47:04 2020	(r356890)
@@ -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.

Modified: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
==============================================================================
--- head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP	Sun Jan 19 19:16:32 2020	(r356889)
+++ head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP	Sun Jan 19 19:47:04 2020	(r356890)
@@ -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


More information about the svn-src-head mailing list