# HG changeset patch # User Dan Nicolaescu # Date 1269312461 25200 # Node ID 0eb017273376da477003dbff8bcc52fea1c2d4a1 # Parent 6de06f3dcac928147abb23c16db4027178e81038 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. diff -r 6de06f3dcac9 -r 0eb017273376 src/ChangeLog --- 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 + * 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. diff -r 6de06f3dcac9 -r 0eb017273376 src/s/gnu-linux.h --- 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 */