From e4865e3fbe6f9e07021929c2a68c2ca3dd3203f9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Aug 1993 23:15:09 +0000 Subject: [PATCH] (LD_SWITCH_SYSTEM): Delete the -L options. --- src/s/hpux8.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 9bebd5d4a56..45fb9b9456d 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -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 -- 2.39.5