aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1fbfcb314ef..5d1c53bf7ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
12010-05-19 Glenn Morris <rgm@gnu.org> 12010-05-19 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4 (GNULIB_VAR): Remove.
5 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
6
7 * m/ibms390x.h (LINKER):
8 * m/macppc.h (LINKER) [GNU_LINUX]:
9 * s/aix4-2.h (ORDINARY_LINK):
10 * s/cygwin.h (LINKER):
11 * s/darwin.h (ORDINARY_LINK):
12 * s/gnu.h (ORDINARY_LINK):
13 * s/netbsd.h (LINKER):
14 * s/usg5-4.h (ORDINARY_LINK):
15 Move to configure.
16
3 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK. 17 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4 18
52010-05-18 Chong Yidong <cyd@stupidchicken.com> 192010-05-18 Chong Yidong <cyd@stupidchicken.com>