# HG changeset patch # User Richard M. Stallman # Date 867030843 0 # Node ID 3c18aa0062001bd24b463d4673133860c032bc07 # Parent 2af6faafc827f17ca269e46ecfc3cb318fb04f2e (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition. diff -r 2af6faafc827 -r 3c18aa006200 src/s/gnu-linux.h --- a/src/s/gnu-linux.h Mon Jun 23 01:52:54 1997 +0000 +++ b/src/s/gnu-linux.h Mon Jun 23 01:54:03 1997 +0000 @@ -160,7 +160,11 @@ /* 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.