From 0b3a4f15aaa6b35d052dd267fa7d54dce357c681 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 6 Feb 2020 14:13:33 +0000 Subject: [PATCH] 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 --- tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP | 2 +- tools/build/options/WITH_BINUTILS_BOOTSTRAP | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP b/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP index 2d778eb5652c..b062f8b29bc2 100644 --- a/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP +++ b/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP @@ -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. diff --git a/tools/build/options/WITH_BINUTILS_BOOTSTRAP b/tools/build/options/WITH_BINUTILS_BOOTSTRAP index bfe604bfd58d..2d4d400c48d6 100644 --- a/tools/build/options/WITH_BINUTILS_BOOTSTRAP +++ b/tools/build/options/WITH_BINUTILS_BOOTSTRAP @@ -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.