Home
last modified time | relevance | path

Searched refs:libc_cv_ssp (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/
Dconfig.make.in64 have-ssp = @libc_cv_ssp@
Dconfigure.ac580 AC_CACHE_CHECK(for -fstack-protector, libc_cv_ssp, [dnl
582 [libc_cv_ssp=yes],
583 [libc_cv_ssp=no])
600 if test "$libc_cv_ssp" = yes; then
605 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
618 AC_SUBST(libc_cv_ssp) subst
Dconfigure3962 if ${libc_cv_ssp+:} false; then :
3971 libc_cv_ssp=yes
3973 libc_cv_ssp=no
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&5
3978 $as_echo "$libc_cv_ssp" >&6; }
4022 if test "$libc_cv_ssp" = yes; then
4028 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
/glibc-2.36/ChangeLog.old/
DChangeLog.1812669 * configure.ac (libc_cv_ssp): Move up.
28188 * configure.ac: Delete libc_cv_ssp export. Add libc_cv_ssp_strong
86034 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a