aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-04-23 19:23:22 -0700
committerGlenn Morris2010-04-23 19:23:22 -0700
commit70eab5c1825a15ead8010be9aafc1d72486fd07d (patch)
treeb367b1618a94b8fbaa78ddd337452119becf580d /src/ChangeLog
parentfea1add44802d318b71d0aa2f35740f1d8640d26 (diff)
downloademacs-70eab5c1825a15ead8010be9aafc1d72486fd07d.tar.gz
emacs-70eab5c1825a15ead8010be9aafc1d72486fd07d.zip
Close bug#5655.
* 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)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9913605316d..e1b07d50a3b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-04-24 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (CRT_DIR): New variable, set by configure.
4 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
5 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
6
12010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 72010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused. 9 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.