X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfigure;h=2a72a5256cc09af386a383e1e6cc2b0fcd1e477e;hb=f668bfc45076b639eca9ef3b40e92a7526b24dde;hp=f40c08c12cee738fed5502d6875433b2f7ee79ea;hpb=e70ecbc3a7a350673dad329155fdef3834f13edd;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/configure b/gcc/configure index f40c08c12ce..2a72a5256cc 100755 --- a/gcc/configure +++ b/gcc/configure @@ -24074,7 +24074,7 @@ if test "${gcc_cv_libc_provides_ssp+set}" = set; then else gcc_cv_libc_provides_ssp=no case "$target" in - *-*-linux*) + *-*-linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu) if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then if test "x$with_sysroot" = x; then glibc_header_dir="${exec_prefix}/${target_noncanonical}/sys-include" @@ -24110,6 +24110,12 @@ else fi fi ;; + *-*-gnu*) + # Avoid complicated tests (see + # ) and for now + # simply assert that glibc does provide this, which is true for all + # realistically usable GNU/Hurd configurations. + gcc_cv_libc_provides_ssp=yes;; *-*-darwin*) echo "$as_me:$LINENO: checking for __stack_chk_fail" >&5 echo $ECHO_N "checking for __stack_chk_fail... $ECHO_C" >&6