aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-11 23:15:09 +0000
committerRichard M. Stallman1993-08-11 23:15:09 +0000
commite4865e3fbe6f9e07021929c2a68c2ca3dd3203f9 (patch)
tree3a55544b54ddaa37fb5071cdffaeb0dbdb04a381
parent1e49aa290a0393a8fec86fe7e74440b723d81324 (diff)
downloademacs-e4865e3fbe6f9e07021929c2a68c2ca3dd3203f9.tar.gz
emacs-e4865e3fbe6f9e07021929c2a68c2ca3dd3203f9.zip
(LD_SWITCH_SYSTEM): Delete the -L options.
-rw-r--r--src/s/hpux8.h4
1 files 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 @@
18 Note GCC automatically passes -a archive to ld, and it has its own 18 Note GCC automatically passes -a archive to ld, and it has its own
19 conflicting -a. */ 19 conflicting -a. */
20#ifdef __GNUC__ 20#ifdef __GNUC__
21#define LD_SWITCH_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive 21#define LD_SWITCH_SYSTEM -Xlinker -a -Xlinker archive
22 22
23/* No need to specify roundabout way of linking temacs. */ 23/* No need to specify roundabout way of linking temacs. */
24#define ORDINARY_LINK 24#define ORDINARY_LINK
25#else 25#else
26#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 26#define LD_SWITCH_SYSTEM -a archive
27#endif 27#endif
28 28
29#if 0 /* This should no longer be necessary now that 29#if 0 /* This should no longer be necessary now that