diff options
| author | Glenn Morris | 2010-05-06 19:55:47 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-06 19:55:47 -0700 |
| commit | 2f86b22b05324b3687dd470bbd85e65d4d8db1d7 (patch) | |
| tree | 46379234ee8f4d02c818b9b93685552b0a09c346 /ChangeLog | |
| parent | cae7fcf92d01240eb8dd6de99ba8add4d85b397e (diff) | |
| download | emacs-2f86b22b05324b3687dd470bbd85e65d4d8db1d7.tar.gz emacs-2f86b22b05324b3687dd470bbd85e65d4d8db1d7.zip | |
Move LD_SWITCH_SYSTEM from cpp to configure.
* configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
Merges logic from src/s/* and src/Makefile.in.
(LD_SWITCH_SYSTEM_TEMACS): New output variable.
* src/Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
(LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
(TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
move out of cpp section.
* src/s/freebsd.h (LD_SWITCH_SYSTEM):
* src/s/gnu-linux.h (LD_SWITCH_SYSTEM):
* src/s/netbsd.h (LD_SWITCH_SYSTEM):
* admin/CPP-DEFINES: Remove LD_SWITCH_SYSTEM.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp. | ||
| 4 | Merges logic from src/s/* and src/Makefile.in. | ||
| 5 | (LD_SWITCH_SYSTEM_TEMACS): New output variable. | ||
| 6 | |||
| 1 | 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | Define START_FILES and LIB_STANDARD using autoconf. | 9 | Define START_FILES and LIB_STANDARD using autoconf. |