diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-23 01:54:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-23 01:54:03 +0000 |
commit | f649aa049700c416712e3042c24c0bf94ffefe8d (patch) | |
tree | cf89f9afe9d4a54dfa276418c926b924c6a8dbe3 | |
parent | f5e7cf48144d1346d154bcc2b534a4d534f503cd (diff) | |
download | emacs-f649aa049700c416712e3042c24c0bf94ffefe8d.tar.gz |
(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
-rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
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. |