Mercurial > emacs
diff src/ChangeLog @ 111354:7df8e74a1096
Fix for Bug#5655, backported from trunk.
* configure.in (CRT_DIR): New output variable.
(--with-crt-dir): New option. (Bug#5655)
(HAVE_LIB64_DIR): Remove.
* src/Makefile.in (CRT_DIR): New variable, set by configure.
* src/m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Nov 2010 14:55:19 -0400 |
parents | f2cb0d643a91 |
children | ee70db35f80f |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 01 12:30:33 2010 +0100 +++ b/src/ChangeLog Wed Nov 03 14:55:19 2010 -0400 @@ -1,3 +1,9 @@ +2010-11-03 Glenn Morris <rgm@gnu.org> + + * Makefile.in (CRT_DIR): New variable, set by configure. + * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD): + Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655) + 2010-11-01 Jan Djärv <jan.h.d@swipnet.se> * process.c (kbd_is_on_hold): New variable.