| Submitter | Gerald Pfeifer |
|---|---|
| Date | June 20, 2010, 3:55 p.m. |
| Message ID | <alpine.LSU.1.99.1006201715320.9343@acrux.dbai.tuwien.ac.at> |
| Download | mbox | patch |
| Permalink | /patch/56266/ |
| State | New |
| Headers | show |
Comments
Patch
Index: configure.ac =================================================================== --- configure.ac (revision 161046) +++ configure.ac (revision 161047) @@ -3669,7 +3669,7 @@ # 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_CHECK_FUNC(__stack_chk_fail,[gcc_cv_libc_provides_ssp=yes], [echo "no __stack_chk_fail on this target"]) ;;