This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: make install-strip with binutils
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: NightStrike <nightstrike at gmail dot com>
- Cc: binutils <binutils at sourceware dot org>
- Date: Sat, 23 Oct 2010 11:59:51 +0200
- Subject: Re: make install-strip with binutils
- References: <AANLkTim3U0h2Orq0k=35f1EH4UDrVuY1aeQMy7V1o9E6@mail.gmail.com>
Hello,
* NightStrike wrote on Fri, Oct 22, 2010 at 06:33:17PM CEST:
> I noticed that there is no install-strip target in the binutils
> Makefile. How do you install stripped versions of the binutils
> package? What's the official approved way to do this, ideally without
> resorting to manually running strip?
I don't think there is an official approved way yet. It should be
possible to add forwarders to toplevel Makefile.tpl and Makefile.def,
and add targets to the non-automake-governed sub directories of the
combined GCC/src tree, but you'd need to take care to pass the right
strip program (for host or for target, possibly the in-tree strip).
Hope that helps.
Cheers,
Ralf