[PATCH 04/17 v5] Mark all machinery needed in early static-link init as -fno-stack-protector.

Nix nix@esperi.org.uk
Sun May 15 10:01:00 GMT 2016


On 10 Apr 2016, nix@esperi.org.uk said:

> On 10 Apr 2016, Mike Frysinger outgrape:
>
>> On 13 Mar 2016 15:16, Nix wrote:
>>> We also finally introduce @libc_cv_ssp@ and @no-stack-protector@, both
>>
>> @no_stack_protector@
>>
>>> --- a/csu/Makefile
>>> +++ b/csu/Makefile
>>>
>>> +CFLAGS-.o += $(no-stack-protector)
>>> +CFLAGS-.og += $(no-stack-protector)
>>> +CFLAGS-.op += $(no-stack-protector)
>>> +CFLAGS-.os += $(no-stack-protector)
>>
>> is there a format you're trying to avoid ?  *.oS ?
>
> Not particularly. If CFLAGS on its own works, I could use that.

It doesn't. We have to explicitly name the lot. (*.oS is not affected by
this, which is the only reason I'm not naming it...)

-- 
NULL && (void)



More information about the Libc-alpha mailing list