Author: emaste Date: Thu Feb 6 14:13:33 2020 New Revision: 357617 URL: https://svnweb.freebsd.org/changeset/base/357617
Log: Update WITH_/WITHOUT_BINUTILS_BOOTSTRAP descriptions Use of binutils is being incrementally reduced. The specific binutils are listed in the WITH_BINUTILS and WITHOUT_BINUTILS descriptions; there is no need to list the specific tools again in the descriptions for the _BOOTSTRAP options. MFC after: 1 week Modified: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP head/tools/build/options/WITH_BINUTILS_BOOTSTRAP Modified: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP ============================================================================== --- head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP Thu Feb 6 14:02:47 2020 (r357616) +++ head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP Thu Feb 6 14:13:33 2020 (r357617) @@ -1,3 +1,3 @@ .\" $FreeBSD$ -Do not build binutils (as, ld.bfd, and objdump) +Do not build GNU binutils as part of the bootstrap process. Modified: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP ============================================================================== --- head/tools/build/options/WITH_BINUTILS_BOOTSTRAP Thu Feb 6 14:02:47 2020 (r357616) +++ head/tools/build/options/WITH_BINUTILS_BOOTSTRAP Thu Feb 6 14:13:33 2020 (r357617) @@ -1,3 +1,3 @@ .\" $FreeBSD$ -Build binutils (as on i386 and amd64, objdump, and ld on powerpc) +Build GNU binutils as part of the bootstrap process. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
