(LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 18:30:23 +0000 (18:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 18:30:23 +0000 (18:30 +0000)
src/m/iris4d.h
src/m/iris5d.h
src/m/mips.h

index 66e55ee..129206d 100644 (file)
@@ -131,7 +131,11 @@ Boston, MA 02111-1307, USA.  */
 
 #undef LIBS_MACHINE
 /* -lsun in case using Yellow Pages for passwords.  */
+#if defined(__GNUC__) && defined(_ABIN32)
+#define LIBS_MACHINE
+#else
 #define LIBS_MACHINE -lmld
+#endif
 #define LIBS_DEBUG
 
 /* Define this if you have a fairly recent system,
index 7f9b822..9614d53 100644 (file)
@@ -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,
index bd7ff74..8c25c87 100644 (file)
@@ -142,7 +142,12 @@ NOTE-END  */
   
 #else /* not BSD */
 
+#if defined(__GNUC__) && defined(_ABIN32)
+#define LIBS_MACHINE
+#else
 #define LIBS_MACHINE -lmld
+#endif
+
 #define LD_SWITCH_MACHINE -D 800000 -g3
 #define START_FILES pre-crt0.o /usr/lib/crt1.o
 #define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o