aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-25 00:38:48 +0000
committerRichard M. Stallman1996-06-25 00:38:48 +0000
commita28c4a8ebdbd89a30cc269f21ced6bbab2229831 (patch)
treea6e6c1ec513ee16dbce4caa1cec9a70f1c30d19e /src/s/gnu-linux.h
parent0e81d8cdcca0ddac0e2b4776901c07e989405396 (diff)
downloademacs-a28c4a8ebdbd89a30cc269f21ced6bbab2229831.tar.gz
emacs-a28c4a8ebdbd89a30cc269f21ced6bbab2229831.zip
(LD_SWITCH_SYSTEM): Just one definition.
Don't use prefix-args here because Makefile.in does that when necessary.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index c1fa55501da..5416a42beac 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -159,14 +159,8 @@ Boston, MA 02111-1307, USA. */
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.