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

Ed Maste emaste at FreeBSD.org
Wed Jan 15 13:52:14 UTC 2020


Author: emaste
Date: Wed Jan 15 13:52:13 2020
New Revision: 356759
URL: https://svnweb.freebsd.org/changeset/base/356759

Log:
  Update WITHOUT_BINUTILS* descriptions
  
  In the WITHOUT_ descriptions we don't need to mention that ld.bfd is
  limited to powerpc. When WITHOUT_BINUTILS is specified ld.bfd is not
  installed on any CPU architecture.

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	Wed Jan 15 07:47:52 2020	(r356758)
+++ head/tools/build/options/WITHOUT_BINUTILS	Wed Jan 15 13:52:13 2020	(r356759)
@@ -1,9 +1,8 @@
 .\" $FreeBSD$
-Set to not build or install GNU
+Do not build or install GNU
 .Xr as 1 ,
-.Xr objdump 1 ,
-and, on powerpc,
-.Xr ld.bfd 1
+.Xr ld.bfd 1 , and
+.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	Wed Jan 15 07:47:52 2020	(r356758)
+++ head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP	Wed Jan 15 13:52:13 2020	(r356759)
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-Set to not build binutils (as, objdump, and on powerpc ld)
+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


More information about the svn-src-all mailing list