aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/hpux8.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-26 18:38:11 +0000
committerRichard M. Stallman <[email protected]>1993-05-26 18:38:11 +0000
commitb231f8a7d66e0dcc343c8db16d768b375773e7d1 (patch)
tree1ef28f167cbcfee2a7e4986dc9f61a9639495bc7 /src/s/hpux8.h
parent252c8b3bc05547c889eb926e19b64729612fa3de (diff)
(LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.
(HAVE_RANDOM): Defined.
Diffstat (limited to 'src/s/hpux8.h')
-rw-r--r--src/s/hpux8.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h
index c1d3944a0a..b79a001c5f 100644
--- a/src/s/hpux8.h
+++ b/src/s/hpux8.h
@@ -15,7 +15,7 @@
Note GCC automatically passes -a archive to ld, and it has its own
conflicting -a. */
#ifdef __GNUC__
-#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4
+#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static
/* No need to specify roundabout way of linking temacs. */
#define ORDINARY_LINK
@@ -29,3 +29,5 @@
/* Some hpux 8 machines seem to have TIOCGWINSZ,
and none have sioctl.h, so might as well define this. */
#define NO_SIOCTL_H
+
+#define HAVE_RANDOM