From f649aa049700c416712e3042c24c0bf94ffefe8d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Jun 1997 01:54:03 +0000 Subject: [PATCH] (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition. --- src/s/gnu-linux.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index ccce9cc84d2..ad066ea051a 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -160,7 +160,11 @@ Boston, MA 02111-1307, USA. */ /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option says where to find X windows at run time. */ +#ifdef __mips__ +#define LD_SWITCH_SYSTEM -G 0 LD_SWITCH_X_SITE_AUX +#else #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX +#endif /* __mips__ */ #endif /* __ELF__ */ /* As of version 1.1.51, Linux did not actually implement SIGIO. -- 2.39.5