From owner-freebsd-toolchain@FreeBSD.ORG Mon Jun 22 21:12:05 2015 Return-Path: Delivered-To: freebsd-toolchain@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC7CBAD0 for ; Mon, 22 Jun 2015 21:12:05 +0000 (UTC) (envelope-from daemon-user@FreeBSD.org) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:406a:0:50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87BA9763 for ; Mon, 22 Jun 2015 21:12:05 +0000 (UTC) (envelope-from daemon-user@FreeBSD.org) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [127.0.1.5]) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t5MLC56V080791 for ; Mon, 22 Jun 2015 21:12:05 GMT (envelope-from daemon-user@phabric-backend.isc.freebsd.org) Received: (from daemon-user@localhost) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9/Submit) id t5MLC5Bh080790; Mon, 22 Jun 2015 21:12:05 GMT (envelope-from daemon-user) Date: Mon, 22 Jun 2015 21:12:05 +0000 To: freebsd-toolchain@freebsd.org From: "emaste (Ed Maste)" Reply-to: D2887+334+438453a56e783a03@FreeBSD.org Subject: [Differential] [Commented On] D2887: Allow ELF Tool Chain elfcopy to be installed as objcopy Message-ID: X-Priority: 3 Thread-Topic: D2887: Allow ELF Tool Chain elfcopy to be installed as objcopy X-Herald-Rules: <23>, <49> X-Phabricator-To: X-Phabricator-To: X-Phabricator-Cc: X-Phabricator-Cc: X-Phabricator-Cc: X-Phabricator-Cc: In-Reply-To: References: Thread-Index: ZDE2MDMwN2FkZGY4NGU0YzU1YTc1MjlkOTBlIFWIeiU= Precedence: bulk X-Phabricator-Sent-This-Message: Yes X-Mail-Transport-Agent: MetaMTA X-Auto-Response-Suppress: All X-Phabricator-Mail-Tags: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 21:12:05 -0000 emaste added a comment. In https://reviews.freebsd.org/D2887#56056, @bapt wrote: > Why not always build elfcopy and just make a hardlink objcopy if MK_ELFCOPY_AS_OBJCOPY is set? > > That will make elfcopy always available to users That's a possibility, although I think I'd prefer to (eventually) just install elfcopy as objcopy on all platforms, ensuring that it supports all of the options we care about. We haven't yet shipped elfcopy in a release. REVISION DETAIL https://reviews.freebsd.org/D2887 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: emaste, andrew Cc: bapt, bdrewery, freebsd-toolchain-list, emaste