Searched refs:libc_cv_ssp (Results 1 – 4 of 4) sorted by relevance
64 have-ssp = @libc_cv_ssp@
580 AC_CACHE_CHECK(for -fstack-protector, libc_cv_ssp, [dnl582 [libc_cv_ssp=yes],583 [libc_cv_ssp=no])600 if test "$libc_cv_ssp" = yes; then605 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then618 AC_SUBST(libc_cv_ssp) subst
3962 if ${libc_cv_ssp+:} false; then :3971 libc_cv_ssp=yes3973 libc_cv_ssp=no3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ssp" >&53978 $as_echo "$libc_cv_ssp" >&6; }4022 if test "$libc_cv_ssp" = yes; then4028 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
12669 * configure.ac (libc_cv_ssp): Move up.28188 * configure.ac: Delete libc_cv_ssp export. Add libc_cv_ssp_strong86034 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a