diff options
| author | Glenn Morris | 2010-05-18 19:42:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-18 19:42:04 -0700 |
| commit | c1d0dcfd127b3f9742c31f794e2a6d886048bb1e (patch) | |
| tree | 1d070669e258b1bc4ea5507fb58149ca1d6ee685 /src/ChangeLog | |
| parent | 7f34aec377794208fb4aecda44c49ff9f11e7d86 (diff) | |
| download | emacs-c1d0dcfd127b3f9742c31f794e2a6d886048bb1e.tar.gz emacs-c1d0dcfd127b3f9742c31f794e2a6d886048bb1e.zip | |
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'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 1 | 2010-05-19 Glenn Morris <rgm@gnu.org> | 1 | 2010-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 | ||
| 5 | 2010-05-18 Chong Yidong <cyd@stupidchicken.com> | 19 | 2010-05-18 Chong Yidong <cyd@stupidchicken.com> |