comparison 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 dbe481657418
children 57927f4ca500
comparison
equal deleted inserted replaced
111353:f2cb0d643a91 111354:7df8e74a1096
1 2010-11-03 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (CRT_DIR): New output variable.
4 (--with-crt-dir): New option. (Bug#5655)
5 (HAVE_LIB64_DIR): Remove.
6
1 2010-10-12 Glenn Morris <rgm@gnu.org> 7 2010-10-12 Glenn Morris <rgm@gnu.org>
2 8
3 * BUGS, INSTALL.BZR, README: Updates. 9 * BUGS, INSTALL.BZR, README: Updates.
4 10
5 2010-10-08 Eli Zaretskii <eliz@gnu.org> 11 2010-10-08 Eli Zaretskii <eliz@gnu.org>