]> git.eshelyaron.com Git - emacs.git/commit
Omit some linker hacks if not doing unexec
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Feb 2019 20:05:28 +0000 (12:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Feb 2019 20:05:53 +0000 (12:05 -0800)
commit84802b66197c623735aaca875b8e1a39cb0ef085
tree7e81ea8b26ef4f24e613c1ba8478a048b94ace92
parent08dc1a371f7b0b88b3961fd37cca8a1717a94a7d
Omit some linker hacks if not doing unexec

* configure.ac (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS):
Omit some funky linker flags if not supporting unexec.

Use macOS linker hacks only if needed
* configure.ac: On darwin, link with -fno-pie and -headerpad
only if configuring with unexec.
configure.ac