diff src/m/iris5d.h @ 15773:e68aaf2bb5ac

(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 1996 18:30:23 +0000
parents 53b1ff54c955
children a704f7231f73
line wrap: on
line diff
--- a/src/m/iris5d.h	Tue Jul 23 16:32:24 1996 +0000
+++ b/src/m/iris5d.h	Tue Jul 23 18:30:23 1996 +0000
@@ -1,4 +1,4 @@
-/* machine description file for Iris-4D machines.  Use with s-iris3-6.h
+/* machine description file for Iris-5D machines.  Use with s-iris3-6.h
    Copyright (C) 1987 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -130,7 +130,12 @@
 
 #undef LIBS_MACHINE
 /* -lsun in case using Yellow Pages for passwords.  */
+#if defined(__GNUC__) && defined(_ABIN32)
+#define LIBS_MACHINE -lsun
+#else
 #define LIBS_MACHINE -lsun -lmld
+#endif
+
 #define LIBS_DEBUG
 
 /* Define this if you have a fairly recent system,