]> code.delx.au - gnu-emacs/commitdiff
configure.ac: Update comment.
authorUlrich Müller <ulm@gentoo.org>
Sat, 4 Apr 2015 08:10:11 +0000 (10:10 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 4 Apr 2015 08:10:11 +0000 (10:10 +0200)
configure.ac

index c504ed436cc47fa3c0e2bd06ec51250c9d4d1e6d..d6925309d3dfa6889c2b237f8246f685bcaf8507 100644 (file)
@@ -5031,7 +5031,8 @@ case "$opsys" in
   *) LD_SWITCH_SYSTEM_TEMACS= ;;
 esac
 
-# -nopie fixes a temacs segfault on Gentoo for some reason (Bug#18784).
+# -nopie fixes a temacs segfault on Gentoo, OpenBSD, and other systems
+# with "hardened" GCC configurations for some reason (Bug#18784).
 # We don't know why -nopie works, but not segfaulting is better than
 # segfaulting.  Use -Werror when trying -nopie, otherwise clang keeps
 # warning that it does not understand -nopie.