diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Tue May 18 19:27:01 2010 -0700
+++ b/src/ChangeLog	Tue May 18 19:42:04 2010 -0700
@@ -1,5 +1,19 @@
 2010-05-19  Glenn Morris  <rgm@gnu.org>
 
+	* Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
+	(GNULIB_VAR): Remove.
+	(LIBES): Use LIB_GCC instead of GNULIB_VAR.
+
+	* m/ibms390x.h (LINKER):
+	* m/macppc.h (LINKER) [GNU_LINUX]:
+	* s/aix4-2.h (ORDINARY_LINK):
+	* s/cygwin.h (LINKER):
+	* s/darwin.h (ORDINARY_LINK):
+	* s/gnu.h (ORDINARY_LINK):
+	* s/netbsd.h (LINKER):
+	* s/usg5-4.h (ORDINARY_LINK):
+	Move to configure.
+
 	* s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
 
 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>