Mercurial > emacs
comparison src/s/gnu-linux.h @ 15508:dcd2d760053a
(LD_SWITCH_SYSTEM): Just one definition.
Don't use prefix-args here because Makefile.in
does that when necessary.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 25 Jun 1996 00:38:48 +0000 |
| parents | 0be0ca99aa9a |
| children | 0f420242337d |
comparison
equal
deleted
inserted
replaced
| 15507:3fe1a322fbf5 | 15508:dcd2d760053a |
|---|---|
| 157 #endif | 157 #endif |
| 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 #ifndef __GNUC__ | 162 |
| 163 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX | 163 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX |
| 164 #else /* GCC */ | |
| 165 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX | |
| 166 has anything in it. It can be empty. | |
| 167 This works ok in src. Luckily lib-src does not use LD_SWITCH_SYSTEM. */ | |
| 168 #define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` | |
| 169 #endif /* GCC */ | |
| 170 #endif /* __ELF__ */ | 164 #endif /* __ELF__ */ |
| 171 | 165 |
| 172 /* As of version 1.1.51, Linux did not actually implement SIGIO. | 166 /* As of version 1.1.51, Linux did not actually implement SIGIO. |
| 173 But it works in newer versions. */ | 167 But it works in newer versions. */ |
| 174 /* Here we assume that signal.h is already included. */ | 168 /* Here we assume that signal.h is already included. */ |
