# HG changeset patch # User Richard M. Stallman # Date 805124253 0 # Node ID a48e520afeb6011b1b0c200d147b98e9cffc9e2d # Parent 333d25d9a8b1f77342a1ef37b2a2ab969bc8632e [!__GNUC__] (LD_SWITCH_SYSTEM): Define this. diff -r 333d25d9a8b1 -r a48e520afeb6 src/s/irix6-0.h --- a/src/s/irix6-0.h Fri Jul 07 13:37:04 1995 +0000 +++ b/src/s/irix6-0.h Fri Jul 07 13:37:33 1995 +0000 @@ -3,3 +3,7 @@ /* Irix 6 tries to do 64 bits, but doesn't do it fully, so inhibit that. */ #define IRIX_FORCE_32_BITS + +#ifndef __GNUC__ +#define LD_SWITCH_SYSTEM -32 +#endif