comparison src/ChangeLog @ 108691:5a44435f0c71

Set linker-related things with configure. * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables. (ORDINARY_LINK): New AC_DEFINE. (LIB_GCC): No need to set if ORDINARY_LINK. * src/Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp. (GNULIB_VAR): Remove. (LIBES): Use LIB_GCC instead of GNULIB_VAR. * src/m/ibms390x.h (LINKER): * src/m/macppc.h (LINKER) [GNU_LINUX]: * src/s/aix4-2.h (ORDINARY_LINK): * src/s/cygwin.h (LINKER): * src/s/darwin.h (ORDINARY_LINK): * src/s/gnu.h (ORDINARY_LINK): * src/s/netbsd.h (LINKER): * src/s/usg5-4.h (ORDINARY_LINK): Move to configure. * msdos/sed1v2.inp (LD): Edit to $(CC). (YMF_PASS_LDFLAGS): Edit to `flags'.
author Glenn Morris <rgm@gnu.org>
date Tue, 18 May 2010 19:42:04 -0700
parents 2068a9dec459
children 3cb1c32fed00
comparison
equal deleted inserted replaced
108690:2068a9dec459 108691:5a44435f0c71
1 2010-05-19 Glenn Morris <rgm@gnu.org> 1 2010-05-19 Glenn Morris <rgm@gnu.org>
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.
2 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
5 2010-05-18 Chong Yidong <cyd@stupidchicken.com> 19 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
6 20