Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On 07/12/2010 07:53 AM, Jeremy Olexa 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
that only worked before because of a fluke (= profiles had only one
LDFLAGS before).
it's not valid to assume -Wl gets passed from previous instance and
leave next ones dangling.
|
|