Home
last modified time | relevance | path

Searched refs:libc_cv_ssp_all (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/
Dconfigure4002 if ${libc_cv_ssp_all+:} false; then :
4011 libc_cv_ssp_all=yes
4013 libc_cv_ssp_all=no
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp_all" >&5
4018 $as_echo "$libc_cv_ssp_all" >&6; }
4032 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
Dconfigure.ac592 AC_CACHE_CHECK(for -fstack-protector-all, libc_cv_ssp_all, [dnl
594 [libc_cv_ssp_all=yes],
595 [libc_cv_ssp_all=no])
608 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
/glibc-2.36/ChangeLog.old/
DChangeLog.1812671 (libc_cv_ssp_all): New.