diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index b79a001c5f6..e49dcd6800c 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | Note GCC automatically passes -a archive to ld, and it has its own | 15 | Note GCC automatically passes -a archive to ld, and it has its own |
| 16 | conflicting -a. */ | 16 | conflicting -a. */ |
| 17 | #ifdef __GNUC__ | 17 | #ifdef __GNUC__ |
| 18 | #define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static | 18 | #define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive |
| 19 | 19 | ||
| 20 | /* No need to specify roundabout way of linking temacs. */ | 20 | /* No need to specify roundabout way of linking temacs. */ |
| 21 | #define ORDINARY_LINK | 21 | #define ORDINARY_LINK |