# HG changeset patch # User Richard M. Stallman # Date 835663128 0 # Node ID dcd2d760053a2535659a8d5d420c97666fbceb74 # Parent 3fe1a322fbf52c8f1b50f0878b6c413f0d4526c8 (LD_SWITCH_SYSTEM): Just one definition. Don't use prefix-args here because Makefile.in does that when necessary. diff -r 3fe1a322fbf5 -r dcd2d760053a src/s/gnu-linux.h --- a/src/s/gnu-linux.h Tue Jun 25 00:32:51 1996 +0000 +++ b/src/s/gnu-linux.h Tue Jun 25 00:38:48 1996 +0000 @@ -159,14 +159,8 @@ #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.