]> git.eshelyaron.com Git - emacs.git/commit
Work around dumping bug on GNU/Linux ppc64le
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Nov 2018 06:34:46 +0000 (22:34 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Nov 2018 06:35:10 +0000 (22:35 -0800)
commit1d79c2ebd9bd9aa36586e57463502373c0296d11
tree691fa21eb885ce730577bc00ccf5a1e498e785e0
parent913c001f43350a70c8fc9d3eb846242eb63c9ae8
Work around dumping bug on GNU/Linux ppc64le

Problem reported by Thomas Fitzsimmons (Bug#33174).
Do not merge to master, as we have a better fix there.
* src/Makefile.in (emacs$(EXEEXT)):
(bootstrap-emacs$(EXEEXT)):
Unset EMACS_HEAP_EXEC before invoking temacs.
src/Makefile.in