Mercurial > emacs
changeset 107464:0eb017273376
* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 22 Mar 2010 19:47:41 -0700 |
parents | 6de06f3dcac9 |
children | b1a085b9e50a f0ec21d379ff 1e30c1690fd8 |
files | src/ChangeLog src/s/gnu-linux.h |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Mar 22 19:42:25 2010 -0700 +++ b/src/ChangeLog Mon Mar 22 19:47:41 2010 -0700 @@ -1,5 +1,7 @@ 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> + * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. + Simplify LIBS_MACHINE definitions. * m/hp800.h (LIBS_MACHINE): Remove, same as default. * m/iris4d.h (LIBS_MACHINE): Likewise.
--- a/src/s/gnu-linux.h Mon Mar 22 19:42:25 2010 -0700 +++ b/src/s/gnu-linux.h Mon Mar 22 19:47:41 2010 -0700 @@ -207,9 +207,6 @@ #define C_DEBUG_SWITCH #endif -/* alane@wozzle.linet.org says that -lipc is not a separate library, - since libc-4.4.1. So -lipc was deleted. */ -#define LIBS_SYSTEM /* _BSD_SOURCE is redundant, at least in glibc2, since we define _GNU_SOURCE. Left in in case it's relevant to libc5 systems and anyone's still using Emacs on those. --fx 2002-12-14 */