Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Apr 21 05:53:42 2010 +0200 +++ b/src/ChangeLog Tue Apr 20 22:33:24 2010 -0700 @@ -1,3 +1,11 @@ +2010-04-21 Dan Nicolaescu <local_user@dannlt> + + 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. + 2010-04-21 Glenn Morris <rgm@gnu.org> * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.