diff options
| author | Richard M. Stallman | 1993-08-11 23:15:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-11 23:15:09 +0000 |
| commit | e4865e3fbe6f9e07021929c2a68c2ca3dd3203f9 (patch) | |
| tree | 3a55544b54ddaa37fb5071cdffaeb0dbdb04a381 | |
| parent | 1e49aa290a0393a8fec86fe7e74440b723d81324 (diff) | |
| download | emacs-e4865e3fbe6f9e07021929c2a68c2ca3dd3203f9.tar.gz emacs-e4865e3fbe6f9e07021929c2a68c2ca3dd3203f9.zip | |
(LD_SWITCH_SYSTEM): Delete the -L options.
| -rw-r--r-- | src/s/hpux8.h | 4 |
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 |