]> git.eshelyaron.com Git - emacs.git/commit
Bring back nocombreloc if dumping
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Oct 2018 00:55:43 +0000 (17:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Oct 2018 00:57:45 +0000 (17:57 -0700)
commite511b9dd6a91ef37e87903182578a0d48cbacece
treea0a55108d3b579f7154d103827dbbcba0d8b6c20
parent73567432329a245b2eb02e4c61adea2c8eab6b3a
Bring back nocombreloc if dumping

Without this patch, Emacs dumps core on Fedora 28 x86-64
when configured via "CC='gcc -m32' --enable-gcc-warnings
--without-imagemagick --without-gif --with-modules
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/usr/share/pkgconfig".
and then when run normally in a windowing system.
'make check' and 'emacs -nw' work OK even without the patch.
* configure.ac (LD_SWITCH_SYSTEM_TEMACS): Prepend
-znocombreloc if supported and if dumping.  This mostly
reverts 2018-06-15T21:37:39!eggert@cs.ucla.edu "Remove old
combreloc hack".
configure.ac
etc/PROBLEMS