Index: head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP =================================================================== --- head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP (revision 357616) +++ head/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP (revision 357617) @@ -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. Index: head/tools/build/options/WITH_BINUTILS_BOOTSTRAP =================================================================== --- head/tools/build/options/WITH_BINUTILS_BOOTSTRAP (revision 357616) +++ head/tools/build/options/WITH_BINUTILS_BOOTSTRAP (revision 357617) @@ -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.