]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM): Just one definition.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Jun 1996 00:38:48 +0000 (00:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Jun 1996 00:38:48 +0000 (00:38 +0000)
Don't use prefix-args here because Makefile.in
does that when necessary.

src/s/gnu-linux.h

index c1fa55501da5649f33d4873f50afb5dd28c2a23a..5416a42beacd7eab7ef6d34e9af3df6a32e10e7c 100644 (file)
@@ -159,14 +159,8 @@ Boston, MA 02111-1307, USA.  */
 #ifdef __ELF__
 /* Here is how to find X Windows.  LD_SWITCH_X_SITE_AUX gives an -R option
    says where to find X windows at run time.  */
-#ifndef __GNUC__
+
 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
-#else /* GCC */
-/* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
-   has anything in it.  It can be empty.
-   This works ok in src.  Luckily lib-src does not use LD_SWITCH_SYSTEM.  */
-#define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX`
-#endif /* GCC */
 #endif /* __ELF__ */
 
 /* As of version 1.1.51, Linux did not actually implement SIGIO.