aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-05 17:51:23 +0000
committerRichard M. Stallman1994-06-05 17:51:23 +0000
commit24eb26b1f02a1e144947e1b3bfba9c083ac6410f (patch)
tree236a15f8e20aff37eb06cc5939a3483cbcf6d09b /src
parente1b1bee8727ff3f7a8595f0e2da1560f8aabcded (diff)
downloademacs-24eb26b1f02a1e144947e1b3bfba9c083ac6410f.tar.gz
emacs-24eb26b1f02a1e144947e1b3bfba9c083ac6410f.zip
(LIBS_MACHINE) [USG]: New #define.
Diffstat (limited to 'src')
-rw-r--r--src/m/sun386.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/m/sun386.h b/src/m/sun386.h
index a7537f43e8a..c25ab4dc518 100644
--- a/src/m/sun386.h
+++ b/src/m/sun386.h
@@ -73,3 +73,9 @@ NOTE-END */
73#define LD_SWITCH_MACHINE -n -Bstatic 73#define LD_SWITCH_MACHINE -n -Bstatic
74/* Get rid of the -e __start that s-sunos4.h does. */ 74/* Get rid of the -e __start that s-sunos4.h does. */
75#undef LD_SWITCH_SYSTEM 75#undef LD_SWITCH_SYSTEM
76
77#ifdef USG
78/* USG detects Solaris. j.w.hawtin@lut.ac.uk says Solaris 2.1
79 on the 386 needs this. */
80#define LIBS_MACHINE -lkvm
81#endif