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

Ed Maste emaste at FreeBSD.org
Fri Jun 15 16:18:41 UTC 2018


Author: emaste
Date: Fri Jun 15 16:18:39 2018
New Revision: 335210
URL: https://svnweb.freebsd.org/changeset/base/335210

Log:
  Remove objcopy from BINUTILS option descriptions
  
  As of r306649 objcopy is always ELF Tool Chain's elfcopy; binutils
  objcopy is never used.
  
  PR:		229046
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/tools/build/options/WITHOUT_BINUTILS
==============================================================================
--- head/tools/build/options/WITHOUT_BINUTILS	Fri Jun 15 16:14:42 2018	(r335209)
+++ head/tools/build/options/WITHOUT_BINUTILS	Fri Jun 15 16:18:39 2018	(r335210)
@@ -1,4 +1,4 @@
 .\" $FreeBSD$
-Set to not build or install binutils (as, ld, objcopy, and objdump) as part
+Set to not build or install binutils (as, ld, and objdump) 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	Fri Jun 15 16:14:42 2018	(r335209)
+++ head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP	Fri Jun 15 16:18:39 2018	(r335210)
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-Set to not build binutils (as, ld, objcopy and objdump)
+Set to not build binutils (as, ld, and objdump)
 as part of the bootstrap process.
 .Bf -symbolic
 The option does not work for build targets unless some alternative

Modified: head/tools/build/options/WITH_BINUTILS
==============================================================================
--- head/tools/build/options/WITH_BINUTILS	Fri Jun 15 16:14:42 2018	(r335209)
+++ head/tools/build/options/WITH_BINUTILS	Fri Jun 15 16:18:39 2018	(r335210)
@@ -1,3 +1,3 @@
 .\" $FreeBSD$
-Set to build and install binutils (as, ld, objcopy, and objdump) as part
+Set to build and install binutils (as, ld, and objdump) as part
 of the normal system build.

Modified: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP
==============================================================================
--- head/tools/build/options/WITH_BINUTILS_BOOTSTRAP	Fri Jun 15 16:14:42 2018	(r335209)
+++ head/tools/build/options/WITH_BINUTILS_BOOTSTRAP	Fri Jun 15 16:18:39 2018	(r335210)
@@ -1,3 +1,3 @@
 .\" $FreeBSD$
-Set build binutils (as, ld, objcopy and objdump)
+Set build binutils (as, ld, and objdump)
 as part of the bootstrap process.


More information about the svn-src-head mailing list