Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149292 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-4.0.1/gcc/configure.ac.mps (+1 lines)
Lines 3011-3016 Link Here
3011
3011
3012
# Test for stack protector support in target C library.
3012
# Test for stack protector support in target C library.
3013
case "$target" in
3013
case "$target" in
3014
  *-*-linux-uclibc*) gcc_cv_libc_provides_ssp=yes ;;
3014
  *-*-linux*)
3015
  *-*-linux*)
3015
    AC_CACHE_CHECK(__stack_chk_fail in target GNU C library,
3016
    AC_CACHE_CHECK(__stack_chk_fail in target GNU C library,
3016
      gcc_cv_libc_provides_ssp,
3017
      gcc_cv_libc_provides_ssp,
(-)gcc-4.0.1/gcc/configure.mps (+1 lines)
Lines 15112-15117 Link Here
15112
15112
15113
# Test for stack protector support in target C library.
15113
# Test for stack protector support in target C library.
15114
case "$target" in
15114
case "$target" in
15115
  *-*-linux-uclibc*) gcc_cv_libc_provides_ssp=yes ;;
15115
  *-*-linux*)
15116
  *-*-linux*)
15116
    echo "$as_me:$LINENO: checking __stack_chk_fail in target GNU C library" >&5
15117
    echo "$as_me:$LINENO: checking __stack_chk_fail in target GNU C library" >&5
15117
echo $ECHO_N "checking __stack_chk_fail in target GNU C library... $ECHO_C" >&6
15118
echo $ECHO_N "checking __stack_chk_fail in target GNU C library... $ECHO_C" >&6

Return to bug 149292