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
This commit is contained in:
Ed Maste 2018-06-15 16:18:39 +00:00
parent c647e51f6a
commit d87ef77d0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335210
4 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.