comparison src/s/gnu-linux.h @ 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 d8360498f935
children 8555e6a74cb9
comparison
equal deleted inserted replaced
18397:2af6faafc827 18398:3c18aa006200
158 158
159 #ifdef __ELF__ 159 #ifdef __ELF__
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.
167 But it works in newer versions. */ 171 But it works in newer versions. */
168 /* Here we assume that signal.h is already included. */ 172 /* Here we assume that signal.h is already included. */