Mercurial > emacs
comparison src/ChangeLog @ 108017:5eae2b195dc6
Simplify LD_SWITCH_SYSTEM_TEMACS usage.
* s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
* s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
detects -znocombreloc and passes it to the linker
* s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 20 Apr 2010 22:33:24 -0700 |
parents | c85d877f94f1 |
children | a60efd79d8af |
comparison
equal
deleted
inserted
replaced
108016:6be35f3ece28 | 108017:5eae2b195dc6 |
---|---|
1 2010-04-21 Dan Nicolaescu <local_user@dannlt> | |
2 | |
3 Simplify LD_SWITCH_SYSTEM_TEMACS usage. | |
4 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS): | |
5 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure | |
6 detects -znocombreloc and passes it to the linker | |
7 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty. | |
8 | |
1 2010-04-21 Glenn Morris <rgm@gnu.org> | 9 2010-04-21 Glenn Morris <rgm@gnu.org> |
2 | 10 |
3 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef. | 11 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef. |
4 | 12 |
5 2010-04-21 Karel Klíč <kklic@redhat.com> | 13 2010-04-21 Karel Klíč <kklic@redhat.com> |