Re: [gentoo-portage-dev] Avoid stripping ld.so ?

2018-08-29 Thread Sergei Trofimovich
On Wed, 29 Aug 2018 20:10:54 +
Joakim Tjernlund  wrote:

> Is there a way for portage to avoid strippning debug syms for ld.so ?
Tweaking ebuild to expand STRIP_MASK for ld.so might help.

> I would like to avoid building all of glibc with debug syms.
s/building/installing, right?

You will have to build all (or large part) of glibc with debug
symbols anyways as ld.so is linked of multiple source files.

-- 

  Sergei



[gentoo-portage-dev] Avoid stripping ld.so ?

2018-08-29 Thread Joakim Tjernlund
Is there a way for portage to avoid strippning debug syms for ld.so ?
I would like to avoid building all of glibc with debug syms.

 Jocke