aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-23 01:54:03 +0000
committerRichard M. Stallman1997-06-23 01:54:03 +0000
commitf649aa049700c416712e3042c24c0bf94ffefe8d (patch)
treecf89f9afe9d4a54dfa276418c926b924c6a8dbe3 /src/s/gnu-linux.h
parentf5e7cf48144d1346d154bcc2b534a4d534f503cd (diff)
downloademacs-f649aa049700c416712e3042c24c0bf94ffefe8d.tar.gz
emacs-f649aa049700c416712e3042c24c0bf94ffefe8d.zip
(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h4
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. */
160/* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option 160/* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
161 says where to find X windows at run time. */ 161 says where to find X windows at run time. */
162 162
163#ifdef __mips__
164#define LD_SWITCH_SYSTEM -G 0 LD_SWITCH_X_SITE_AUX
165#else
163#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX 166#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
167#endif /* __mips__ */
164#endif /* __ELF__ */ 168#endif /* __ELF__ */
165 169
166/* As of version 1.1.51, Linux did not actually implement SIGIO. 170/* As of version 1.1.51, Linux did not actually implement SIGIO.