--- gcc-4.0.1/gcc/configure.ac.mps 2005-08-15 20:50:47 +0200 +++ gcc-4.0.1/gcc/configure.ac 2005-08-15 20:54:13 +0200 @@ -3011,6 +3011,7 @@ # Test for stack protector support in target C library. case "$target" in + *-*-linux-uclibc*) gcc_cv_libc_provides_ssp=yes ;; *-*-linux*) AC_CACHE_CHECK(__stack_chk_fail in target GNU C library, gcc_cv_libc_provides_ssp, --- gcc-4.0.1/gcc/configure.mps 2005-08-15 20:52:08 +0200 +++ gcc-4.0.1/gcc/configure 2005-08-15 20:54:26 +0200 @@ -15112,6 +15112,7 @@ # Test for stack protector support in target C library. case "$target" in + *-*-linux-uclibc*) gcc_cv_libc_provides_ssp=yes ;; *-*-linux*) echo "$as_me:$LINENO: checking __stack_chk_fail in target GNU C library" >&5 echo $ECHO_N "checking __stack_chk_fail in target GNU C library... $ECHO_C" >&6