aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Müller2015-04-04 10:10:11 +0200
committerUlrich Müller2015-04-04 10:10:11 +0200
commit4de97eafb36a155e520c27e2dee7e068e52f099b (patch)
treed05c7bacf2d41d6107032a2f7589547265c03ed7
parent95ef69e7468e598d6f4ae875f683b3996ecc02eb (diff)
downloademacs-4de97eafb36a155e520c27e2dee7e068e52f099b.tar.gz
emacs-4de97eafb36a155e520c27e2dee7e068e52f099b.zip
configure.ac: Update comment.
-rw-r--r--configure.ac3
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
5031 *) LD_SWITCH_SYSTEM_TEMACS= ;; 5031 *) LD_SWITCH_SYSTEM_TEMACS= ;;
5032esac 5032esac
5033 5033
5034# -nopie fixes a temacs segfault on Gentoo for some reason (Bug#18784). 5034# -nopie fixes a temacs segfault on Gentoo, OpenBSD, and other systems
5035# with "hardened" GCC configurations for some reason (Bug#18784).
5035# We don't know why -nopie works, but not segfaulting is better than 5036# We don't know why -nopie works, but not segfaulting is better than
5036# segfaulting. Use -Werror when trying -nopie, otherwise clang keeps 5037# segfaulting. Use -Werror when trying -nopie, otherwise clang keeps
5037# warning that it does not understand -nopie. 5038# warning that it does not understand -nopie.