]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 66e55eee0715bdb28c48ddb82d6811db16d73bbf..129206d0e8047e14f284b8957de7b0ee53a41dce 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 7f9b8224cd8430a8066e12dffdf46cbabc06f816..9614d53bd5d2d285fd805781a6bdd6ee790a71b3 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 bd7ff74f6343290b5af86da9cac32772302bbe40..8c25c8733a321f4a0262fc641e9e71a7392bbbc3 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