summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-11 15:37:40 +0000
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-11 15:37:40 +0000
commita85687e8288e9e6809aca115eabd2b1d63475f35 (patch)
treea3789c0e2e4e07856555b69c309d7e76debbec3c /gcc/configure
parentd52a86c72461de3ff0f4cb4218c21b6570e9df39 (diff)
downloadgcc-a85687e8288e9e6809aca115eabd2b1d63475f35.tar.gz
2009-09-11 Loren J. Rittle <ljrittle@acm.org>
* configure.ac (*-*-freebsd*): Enable check for __stack_chk_fail. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 3cfc903a3a3..2e9385e1756 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