diff src/m/iris4d.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 28a7c63c7e1e
children 0132846995bd
line wrap: on
line diff
--- a/src/m/iris4d.h	Mon Aug 13 09:00:04 2007 +0200
+++ b/src/m/iris4d.h	Mon Aug 13 09:02:59 2007 +0200
@@ -118,6 +118,7 @@
 
 #undef LIBS_MACHINE
 /* -lsun in case using Yellow Pages for passwords.  */
+#define LIBS_MACHINE -lmld
 #define LIBS_DEBUG
 
 /* Define this if you have a fairly recent system,
@@ -151,3 +152,13 @@
 
 #undef STACK_DIRECTION
 #define STACK_DIRECTION -1
+
+#ifndef __GNUC__
+/* Turn off some "helpful" error checks for type mismatches
+   that we can't fix without breaking other machines.  */
+#ifdef IRIX_FORCE_32_BITS
+#ifdef THIS_IS_MAKEFILE
+#define C_SWITCH_MACHINE -32
+#endif
+#endif /* IRIX_FORCE_32_BITS */
+#endif /* not __GNUC__ */