From a6851a5bab3e197de98bbcbef15a7218b1f306c5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 16 Dec 1998 21:43:35 +0000 Subject: [PATCH] (LIBS_MACHINE): Leave this blank if irix6.5. (C_SWITCH_MACHINE): New value for irix6.5. --- src/m/iris4d.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 129206d0e80..85d0ea90221 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -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 -- 2.39.2