diff options
| author | Richard M. Stallman | 1997-06-23 01:54:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-23 01:54:03 +0000 |
| commit | f649aa049700c416712e3042c24c0bf94ffefe8d (patch) | |
| tree | cf89f9afe9d4a54dfa276418c926b924c6a8dbe3 /src/s/gnu-linux.h | |
| parent | f5e7cf48144d1346d154bcc2b534a4d534f503cd (diff) | |
| download | emacs-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.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. */ | |||
| 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. |