]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBS_MACHINE): Leave this blank if irix6.5.
authorKarl Heuer <kwzh@gnu.org>
Wed, 16 Dec 1998 21:43:35 +0000 (21:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 16 Dec 1998 21:43:35 +0000 (21:43 +0000)
(C_SWITCH_MACHINE): New value for irix6.5.

src/m/iris4d.h

index 129206d0e8047e14f284b8957de7b0ee53a41dce..85d0ea9022165097eea73957857a9b3368fc52dc 100644 (file)
@@ -134,7 +134,11 @@ Boston, MA 02111-1307, USA.  */
 #if defined(__GNUC__) && defined(_ABIN32)
 #define LIBS_MACHINE
 #else
+#ifndef IRIX6_5
 #define LIBS_MACHINE -lmld
+#else
+#define LIBS_MACHINE
+#endif
 #endif
 #define LIBS_DEBUG
 
@@ -187,7 +191,11 @@ Boston, MA 02111-1307, USA.  */
    that we can't fix without breaking other machines.  */
 #ifdef IRIX_FORCE_32_BITS
 #ifdef THIS_IS_MAKEFILE
+#ifndef IRIX6_5
 #define C_SWITCH_MACHINE -32
+#else
+#define C_SWITCH_MACHINE -n32 -G0
+#endif
 #endif
 #endif