From owner-svn-src-all@freebsd.org Fri Jun 15 18:35:43 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 955B01017743; Fri, 15 Jun 2018 18:35:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02D717CDE7; Fri, 15 Jun 2018 18:35:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-2.local (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id D2A1110AFAD; Fri, 15 Jun 2018 14:35:41 -0400 (EDT) Subject: Re: svn commit: r335210 - head/tools/build/options To: Ed Maste , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201806151618.w5FGIdXX006808@repo.freebsd.org> From: John Baldwin Message-ID: <8c9be7aa-649a-3df3-b485-c30230c13a4a@FreeBSD.org> Date: Fri, 15 Jun 2018 11:35:41 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <201806151618.w5FGIdXX006808@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Fri, 15 Jun 2018 14:35:42 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 18:35:43 -0000 On 6/15/18 9:18 AM, Ed Maste wrote: > 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 BTW, I found it confusing recently that objcopy's build glue was in usr.bin/elfcopy. That perhaps made sense during the transition, but should we just rename that to usr.bin/objcopy now? -- John Baldwin