changeset 23911:7d1c2f5390ee

(LIBS_MACHINE): Leave this blank if irix6.5. (C_SWITCH_MACHINE): New value for irix6.5.
author Karl Heuer <kwzh@gnu.org>
date Wed, 16 Dec 1998 21:43:35 +0000
parents 2a947c3ed586
children 3ee28fa62fbe
files src/m/iris4d.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/iris4d.h	Wed Dec 16 21:42:26 1998 +0000
+++ b/src/m/iris4d.h	Wed Dec 16 21:43:35 1998 +0000
@@ -134,7 +134,11 @@
 #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 @@
    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