Date: Fri, 15 Jun 2018 16:18:39 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r335210 - head/tools/build/options Message-ID: <201806151618.w5FGIdXX006808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806151618.w5FGIdXX006808>