Mercurial > emacs
changeset 4578:56078e258f15
(LD_SWITCH_SYSTEM): Delete the -L options.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Aug 1993 23:15:09 +0000 |
parents | c071de572565 |
children | 131a3edbd49f |
files | src/s/hpux8.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux8.h Wed Aug 11 21:29:51 1993 +0000 +++ b/src/s/hpux8.h Wed Aug 11 23:15:09 1993 +0000 @@ -18,12 +18,12 @@ Note GCC automatically passes -a archive to ld, and it has its own conflicting -a. */ #ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive +#define LD_SWITCH_SYSTEM -Xlinker -a -Xlinker archive /* No need to specify roundabout way of linking temacs. */ #define ORDINARY_LINK #else -#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 +#define LD_SWITCH_SYSTEM -a archive #endif #if 0 /* This should no longer be necessary now that