From 61e1d511e100823268b33f4311e67d2c6911ec3c Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Fri, 11 Sep 2009 15:37:40 +0000 Subject: configure.ac (*-*-freebsd*): Enable check for __stack_chk_fail. 2009-09-11 Loren J. Rittle * configure.ac (*-*-freebsd*): Enable check for __stack_chk_fail. * configure: Regenerate. From-SVN: r151638 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index 3cfc903..2e9385e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -24388,7 +24388,7 @@ else # simply assert that glibc does provide this, which is true for all # realistically usable GNU/Hurd configurations. gcc_cv_libc_provides_ssp=yes;; - *-*-darwin*) + *-*-darwin* | *-*-freebsd*) ac_fn_c_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 -- cgit v1.1