diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-27 16:54:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-27 16:54:48 +0000 |
commit | 26271dee7d5aff57960b73c78cb3598bdf71aece (patch) | |
tree | 349308eb9bbb027e62adbcf1463c59edf515da36 /gcc/configure | |
parent | d46a16d4f031ec7748d6c984b3ac25422c863809 (diff) | |
download | gcc-26271dee7d5aff57960b73c78cb3598bdf71aece.tar.gz |
2016-01-27 Thomas Klausner <wiz@NetBSD.org>
PR target/68380
* configure.ac: NetBSD provides SSP in its C library.
* configure: Updated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232884 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 8ea4281cce4..1c6e3407ce7 100755 --- a/gcc/configure +++ b/gcc/configure @@ -28483,7 +28483,7 @@ fi # realistically usable GNU/Hurd configurations. # All supported versions of musl provide it as well gcc_cv_libc_provides_ssp=yes;; - *-*-darwin* | *-*-freebsd*) + *-*-darwin* | *-*-freebsd* | *-*-netbsd*) ac_fn_cxx_check_func "$LINENO" "__stack_chk_fail" "ac_cv_func___stack_chk_fail" if test "x$ac_cv_func___stack_chk_fail" = x""yes; then : gcc_cv_libc_provides_ssp=yes |