Home
last modified time | relevance | path

Searched refs:enable_stack_protector (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/
Dconfigure.ac238 [enable_stack_protector=$enableval],
239 [enable_stack_protector=no])
240 case "$enable_stack_protector" in
242 *) AC_MSG_ERROR([Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"]);;
605 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
608 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
611 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then
629 if test "$enable_stack_protector" != no; then
630 …AC_MSG_ERROR([--enable-stack-protector=$enable_stack_protector specified, but specified level of s…
Dconfigure3486 enableval=$enable_stack_protector; enable_stack_protector=$enableval
3488 enable_stack_protector=no
3491 case "$enable_stack_protector" in
3493 *) as_fn_error $? "Not a valid argument for --enable-stack-protector: \"$enable_stack_protector\"" …
4028 if test "$enable_stack_protector" = yes && test "$libc_cv_ssp" = yes; then
4032 elif test "$enable_stack_protector" = all && test "$libc_cv_ssp_all" = yes; then
4036 elif test "$enable_stack_protector" = strong && test "$libc_cv_ssp_strong" = yes; then
4054 if test "$enable_stack_protector" != no; then
4055 …as_fn_error $? "--enable-stack-protector=$enable_stack_protector specified, but specified level of…