changeset 3125:4f552542504b

(LD_SWITCH_SYSTEM) [__GNUC__]: Add -static. (HAVE_RANDOM): Defined.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 May 1993 18:38:11 +0000
parents e6338dd6e55f
children 71558659b4de
files src/s/hpux8.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux8.h	Wed May 26 18:32:19 1993 +0000
+++ b/src/s/hpux8.h	Wed May 26 18:38:11 1993 +0000
@@ -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