This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make install-strip with binutils


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]