Re: DSO linking changes for wheezy

2010-11-14 Thread Roland McGrath
> airlied_, does Fedora use --as-needed by default? Fedora 14 too? > mattst88: yes The naming of the options makes people easily confused. --no-add-needed is the only option Fedora's gcc passes. -- To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org with a subject of "unsubscribe

Re: DSO linking changes for wheezy

2010-11-14 Thread Matt Turner
On Sun, Nov 14, 2010 at 8:40 PM, Adam Goode wrote: > On 11/14/2010 12:42 PM, Matt Turner wrote: >> Please ignore me if I've misunderstood the situation, firstly. >> >> Both Fedora and Gentoo are using --as-needed by default now. And from >> what I've read (google: site:blog.flameeyes.eu as-needed)

Re: DSO linking changes for wheezy

2010-11-14 Thread Adam Goode
On 11/14/2010 12:42 PM, Matt Turner wrote: > Please ignore me if I've misunderstood the situation, firstly. > > Both Fedora and Gentoo are using --as-needed by default now. And from > what I've read (google: site:blog.flameeyes.eu as-needed) --as-needed > is certainly useful and prevents lots of u

Re: DSO linking changes for wheezy

2010-11-14 Thread Matt Turner
On Sun, Nov 14, 2010 at 10:06 AM, Roger Leigh wrote: > On Sun, Nov 14, 2010 at 01:51:49PM +0100, Kurt Roeckx wrote: >> On Sun, Nov 07, 2010 at 04:19:10PM +, Roger Leigh wrote: >> > On Fri, Oct 29, 2010 at 03:43:57PM +0200, Matthias Klose wrote: >> > > For wheezy I'm planning to change the link

Re: DSO linking changes for wheezy

2010-11-14 Thread Roger Leigh
On Sun, Nov 14, 2010 at 01:19:08PM +0100, Julien Cristau wrote: > On Fri, Oct 29, 2010 at 15:43:57 +0200, Matthias Klose wrote: > > > For wheezy I'm planning to change the linking behaviour for DSOs > > (turning on --as-needed and --no-copy-dt-needed-entries. The > > rationale is summarized in > >

Re: DSO linking changes for wheezy

2010-11-14 Thread Roger Leigh
On Sun, Nov 14, 2010 at 01:51:49PM +0100, Kurt Roeckx wrote: > On Sun, Nov 07, 2010 at 04:19:10PM +, Roger Leigh wrote: > > On Fri, Oct 29, 2010 at 03:43:57PM +0200, Matthias Klose wrote: > > > For wheezy I'm planning to change the linking behaviour for DSOs (turning > > > on --as-needed and -

Re: DSO linking changes for wheezy

2010-11-14 Thread Kurt Roeckx
On Sun, Nov 07, 2010 at 04:19:10PM +, Roger Leigh wrote: > On Fri, Oct 29, 2010 at 03:43:57PM +0200, Matthias Klose wrote: > > For wheezy I'm planning to change the linking behaviour for DSOs (turning > > on --as-needed and --no-copy-dt-needed-entries. The rationale is > > summarized in http:

Re: DSO linking changes for wheezy

2010-11-14 Thread Julien Cristau
On Fri, Oct 29, 2010 at 15:43:57 +0200, Matthias Klose wrote: > For wheezy I'm planning to change the linking behaviour for DSOs > (turning on --as-needed and --no-copy-dt-needed-entries. The > rationale is summarized in > http://wiki.debian.org/ToolChain/DSOLinking. I would like to know > about i