Re: [gentoo-portage-dev] [PATCH 2/2] prepstrip: add support for elfutils strip

2011-10-11 Thread Zac Medico
On 10/11/2011 12:11 AM, Fabian Groffen wrote: On 11-10-2011 00:50:54 -0400, Mike Frysinger wrote: If people use strip from the elfutils package, take advantage of some of its neat features (like splitting + stripping in one step). +# See if we're using GNU binutils or elfutils for stripping

Re: [gentoo-portage-dev] [PATCH 2/2] prepstrip: add support for elfutils strip

2011-10-11 Thread Mike Frysinger
On Tuesday 11 October 2011 03:11:03 Fabian Groffen wrote: On 11-10-2011 00:50:54 -0400, Mike Frysinger wrote: If people use strip from the elfutils package, take advantage of some of its neat features (like splitting + stripping in one step). +# See if we're using GNU binutils or

Re: [gentoo-portage-dev] [PATCH 2/2] prepstrip: add support for elfutils strip

2011-10-11 Thread Fabian Groffen
On 11-10-2011 10:18:16 -0400, Mike Frysinger wrote: For the sake of it, can we try to detect GNU binutils here? Our profiles restrict strip, so no immediate problem here if not. adding detection here will fix most, but i don't think all, of your troubles the code still unconditionally