From: Richard M. Stallman Date: Fri, 7 Jul 1995 13:37:33 +0000 (+0000) Subject: [!__GNUC__] (LD_SWITCH_SYSTEM): Define this. X-Git-Tag: emacs-19.34~3362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14ee2e03ffe910dcf1c827ca2180770a9d2ccab2;p=emacs.git [!__GNUC__] (LD_SWITCH_SYSTEM): Define this. --- 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