]> git.eshelyaron.com Git - emacs.git/commit
Minor CANNOT_DUMP cleanups
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Jun 2018 22:51:39 +0000 (15:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Jun 2018 22:51:56 +0000 (15:51 -0700)
commitb8b960e5e1520874b0a59575d31368f96b7f8b47
tree93bb733623bc109d0b0e0bf7e63ddbf0d5740c8d
parentc2b20948fbe1dbb4be76c477e66cf120797417ff
Minor CANNOT_DUMP cleanups

Mostly, this avoids munging executables when CANNOT_DUMP = yes,
as the munging is needed only for unexec.
* configure.ac (PAXCTL_dumped, PAXCTL_notdumped) [CANNOT_DUMP]:
Leave these empty.
(LD_SWITCH_SYSTEM_TEMACS) [CANNOT_DUMP]:
Do not append -no-pie or -nopie.
* src/alloc.c (my_heap_start) [CANNOT_DUMP]: Omit; not used.
configure.ac
src/alloc.c