diff options
| author | Richard M. Stallman | 1993-05-26 18:38:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-26 18:38:11 +0000 |
| commit | b231f8a7d66e0dcc343c8db16d768b375773e7d1 (patch) | |
| tree | 1ef28f167cbcfee2a7e4986dc9f61a9639495bc7 /src | |
| parent | 252c8b3bc05547c889eb926e19b64729612fa3de (diff) | |
| download | emacs-b231f8a7d66e0dcc343c8db16d768b375773e7d1.tar.gz emacs-b231f8a7d66e0dcc343c8db16d768b375773e7d1.zip | |
(LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.
(HAVE_RANDOM): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index c1d3944a0a7..b79a001c5f6 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 | 18 | #define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static |
| 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 |
| @@ -29,3 +29,5 @@ | |||
| 29 | /* Some hpux 8 machines seem to have TIOCGWINSZ, | 29 | /* Some hpux 8 machines seem to have TIOCGWINSZ, |
| 30 | and none have sioctl.h, so might as well define this. */ | 30 | and none have sioctl.h, so might as well define this. */ |
| 31 | #define NO_SIOCTL_H | 31 | #define NO_SIOCTL_H |
| 32 | |||
| 33 | #define HAVE_RANDOM | ||