aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris5d.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-07-23 18:30:23 +0000
committerRichard M. Stallman <[email protected]>1996-07-23 18:30:23 +0000
commit42f3037714fd1357a30a7ecf28aca90b0aedb6ef (patch)
tree3ca85b60a8022627da0f86b4ee76b8dc0d34191e /src/m/iris5d.h
parent70611080d211dbda1e222f3df3f45bd4ad4990e3 (diff)
(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
Diffstat (limited to 'src/m/iris5d.h')
-rw-r--r--src/m/iris5d.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/m/iris5d.h b/src/m/iris5d.h
index 7f9b8224cd..9614d53bd5 100644
--- a/src/m/iris5d.h
+++ b/src/m/iris5d.h
@@ -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 @@ Boston, MA 02111-1307, USA. */
#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,