diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2009-09-11 15:37:40 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2009-09-11 15:37:40 +0000 |
commit | 61e1d511e100823268b33f4311e67d2c6911ec3c (patch) | |
tree | a3789c0e2e4e07856555b69c309d7e76debbec3c /gcc/configure | |
parent | 8a47c6c41fed4fda85ec2dceaa34863686109f94 (diff) | |
download | gcc-61e1d511e100823268b33f4311e67d2c6911ec3c.zip gcc-61e1d511e100823268b33f4311e67d2c6911ec3c.tar.gz gcc-61e1d511e100823268b33f4311e67d2c6911ec3c.tar.bz2 |
configure.ac (*-*-freebsd*): Enable check for __stack_chk_fail.
2009-09-11 Loren J. Rittle <ljrittle@acm.org>
* configure.ac (*-*-freebsd*): Enable check for __stack_chk_fail.
* configure: Regenerate.
From-SVN: r151638
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 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 |