From 22f96a0fe278fa8d3646024eb6899b9d16d10a2a Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 14 Nov 2008 10:20:54 +0100 Subject: [PATCH] configure.ac (gcc_cv_libc_provides_ssp): Also consider GNU/kFreeBSD, GNU/kNetBSD systems in the `*-*-linux*' case. 2008-11-14 Thomas Schwinge * configure.ac (gcc_cv_libc_provides_ssp): Also consider GNU/kFreeBSD, GNU/kNetBSD systems in the `*-*-linux*' case. * configure: Regenerate. From-SVN: r141850 --- gcc/ChangeLog | 6 ++++++ gcc/configure | 2 +- gcc/configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 55afd9c9d3c9..63de7b1473d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-11-14 Thomas Schwinge + + * configure.ac (gcc_cv_libc_provides_ssp): Also consider GNU/kFreeBSD, + GNU/kNetBSD systems in the `*-*-linux*' case. + * configure: Regenerate. + 2008-11-14 Jakub Jelinek PR middle-end/36125 diff --git a/gcc/configure b/gcc/configure index f40c08c12cee..d38472974e16 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" diff --git a/gcc/configure.ac b/gcc/configure.ac index 3e53b02bf163..d420d8ca699f 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -3474,7 +3474,7 @@ AC_CACHE_CHECK(__stack_chk_fail in target C library, gcc_cv_libc_provides_ssp, [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" -- 2.47.2