changeset 18398:3c18aa006200

(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Jun 1997 01:54:03 +0000
parents 2af6faafc827
children feed0e356d1b
files src/s/gnu-linux.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.