Message ID | alpine.LSU.1.99.1006201715320.9343@acrux.dbai.tuwien.ac.at |
---|---|
State | New |
Headers | show |
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"]) ;;