* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.

This commit is contained in:
Dan Nicolaescu 2010-03-22 19:47:41 -07:00
parent 38e3487ce8
commit 814fb70858
2 changed files with 2 additions and 3 deletions

View file

@ -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.

View file

@ -207,9 +207,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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 */