From c67acb750885dce4e47cdff3f110fd79f491254c Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 29 Jul 2015 20:02:20 +0000 Subject: [PATCH] Remove mention of non-existent gconv tool I believe this is a typo of gcov, but gcov is not controlled by WITHOUT_BINUTILS anyhow. Sponsored by: The FreeBSD Foundation --- tools/build/options/WITHOUT_BINUTILS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/options/WITHOUT_BINUTILS b/tools/build/options/WITHOUT_BINUTILS index dd95162591e..014f4b3a862 100644 --- a/tools/build/options/WITHOUT_BINUTILS +++ b/tools/build/options/WITHOUT_BINUTILS @@ -1,5 +1,5 @@ .\" $FreeBSD$ -Set to not build or install binutils (as, c++-filt, gconv, +Set to not build or install binutils (as, c++-filt, ld, nm, objcopy, objdump, readelf, size and strip) as part of the normal system build. The resulting system cannot build programs from source.