From 14ee2e03ffe910dcf1c827ca2180770a9d2ccab2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 7 Jul 1995 13:37:33 +0000 Subject: [PATCH] [!__GNUC__] (LD_SWITCH_SYSTEM): Define this. --- src/s/irix6-0.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index 1d200055ba3..d7fca0fbfbb 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h @@ -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 -- 2.39.2