]> git.eshelyaron.com Git - emacs.git/commit
Fix treatment of ld's nocombreloc option
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Sep 2013 07:34:15 +0000 (00:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Sep 2013 07:34:15 +0000 (00:34 -0700)
commit8d17ef8d542e37d3f2972c80ac448a990cbdd040
tree594a415444de86679a8c6c6fcce61625c9e295a4
parent66f3731f432de341b61be1083415711d3d124a1a
Fix treatment of ld's nocombreloc option

* configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
(LDFLAGS): Move nocombreloc option from here...
(LD_SWITCH_SYSTEM_TEMACS): ... to here.
This is an essential option that should not be in LDFLAGS,
because the user may override that at build time; eg
http://bugs.debian.org/684788.  temacs is the only thing
that actually needs this option; this is where it was orginally:
http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-03/msg00170.html
ChangeLog
configure.ac