diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-04-04 10:10:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-04-04 10:10:11 +0200 |
commit | 4de97eafb36a155e520c27e2dee7e068e52f099b (patch) | |
tree | d05c7bacf2d41d6107032a2f7589547265c03ed7 /configure.ac | |
parent | 95ef69e7468e598d6f4ae875f683b3996ecc02eb (diff) | |
download | emacs-4de97eafb36a155e520c27e2dee7e068e52f099b.tar.gz |
configure.ac: Update comment.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c504ed436cc..d6925309d3d 100644 --- a/configure.ac +++ b/configure.ac @@ -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. |