On 07/12/2010 12:12 AM, Samuli Suominen wrote:
> 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.
>
Ok, I thought it was alittle "funny" to change a variable's behavior
from non-stacking to stacking. If no one else has a problem with it, I
will just change my make.conf and get over it. No worries.
-Jeremy
|