]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac (gcc_cv_libc_provides_ssp): Also consider GNU/kFreeBSD, GNU/kNetBSD...
authorThomas Schwinge <tschwinge@gnu.org>
Fri, 14 Nov 2008 09:20:54 +0000 (10:20 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 14 Nov 2008 09:20:54 +0000 (10:20 +0100)
2008-11-14  Thomas Schwinge  <tschwinge@gnu.org>

* 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
gcc/configure
gcc/configure.ac

index 55afd9c9d3c91c998b92eebf74a51c676fbd8579..63de7b1473d54e0e9dede4d3b18a185c412dfcee 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-14  Thomas Schwinge  <tschwinge@gnu.org>
+
+       * 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  <jakub@redhat.com>
 
        PR middle-end/36125
index f40c08c12cee738fed5502d6875433b2f7ee79ea..d38472974e165a5f00831f89f8a6732e1acc9448 100755 (executable)
@@ -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"
index 3e53b02bf1637452279f369246ea4d628d18bffa..d420d8ca699f86428c5b4126cdad10021b5ea8d6 100644 (file)
@@ -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"