]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Jun 1997 01:54:03 +0000 (01:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Jun 1997 01:54:03 +0000 (01:54 +0000)
src/s/gnu-linux.h

index ccce9cc84d26a84a624084c6e72f32a6e4304a10..ad066ea051a6f3e0d5f1fc6d764a81c866e0b5ff 100644 (file)
@@ -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.