[PATCH 01/17 v6] Configury support for --enable-stack-protector.
Nix
nix@esperi.org.uk
Sun Apr 10 11:26:00 GMT 2016
On 10 Apr 2016, Mike Frysinger uttered the following:
> On 13 Mar 2016 15:16, Nix wrote:
>> +case "$enable_stack_protector" in
>> +all|yes|no|strong) ;;
>> +*) AC_MSG_ERROR([Not a valid argument for --enable-stack-protector]);;
>
> should include the value of the var here for clarity
I'm not entirely clear how you do that. You can't use
$enable_stack_protector itself in there, because the Autoconf quoting
will get in the way, won't it?
>> +if test "$libc_cv_ssp" = yes; then
>> + no_stack_protector=-fno-stack-protector
>
> quote it
Will do :)
--
NULL && (void)
More information about the Libc-alpha
mailing list