From: Ulrich Müller Date: Sat, 4 Apr 2015 08:10:11 +0000 (+0200) Subject: configure.ac: Update comment. X-Git-Tag: emacs-25.0.90~2564^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4de97eafb36a155e520c27e2dee7e068e52f099b;p=emacs.git configure.ac: Update comment. --- 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.