diff options
Diffstat (limited to 'src')
| -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 |