configure.ac: Update comment.
This commit is contained in:
parent
95ef69e746
commit
4de97eafb3
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue