On Sun, 11 Jul 2010 23:53:07 -0500
Jeremy Olexa <darks...@gentoo.org> wrote:

> On 07/11/2010 02:50 PM, Samuli Suominen (ssuominen) wrote:
> > -LDFLAGS="-Wl,-O1"
> > +LDFLAGS="-Wl,-O1 ${LDFLAGS}"
> 
> My existing, custom, entry for LDFLAGS breaks with this change. Not nice.
> 
> %% grep LDFLAGS /etc/make.conf
> LDFLAGS="${LDFLAGS},--hash-style=gnu -Wl,--as-needed"
> 
> -Jeremy

Um, why would you have it set to that?  It's only coincidence that it worked
up until now.

LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu -Wl,--as-needed"

The reason it changed is because -Wl,--as-needed was added to the dev profile
and LDFLAGS doesn't stack.


-- 
fonts, gcc-porting,                                   and it's all by design
toolchain, wxwidgets                        to keep us from losing our minds
@ gentoo.org                EFFD 380E 047A 4B51 D2BD C64F 8AA8 8346 F9A4 0662

Attachment: signature.asc
Description: PGP signature

Reply via email to