summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-05 17:51:23 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-05 17:51:23 +0000
commit0f4da4324cf4135d0252c3bc0bfe347e699baa73 (patch)
treedae41480270596c5cc6c3a1ceb99771a03a5680f
parent0004ff34103c35405a7de9b8e7289f979bce8831 (diff)
downloademacs-0f4da4324cf4135d0252c3bc0bfe347e699baa73.tar.gz
(LIBS_MACHINE) [USG]: New #define.
-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 */
#define LD_SWITCH_MACHINE -n -Bstatic
/* Get rid of the -e __start that s-sunos4.h does. */
#undef LD_SWITCH_SYSTEM
+
+#ifdef USG
+/* USG detects Solaris. j.w.hawtin@lut.ac.uk says Solaris 2.1
+ on the 386 needs this. */
+#define LIBS_MACHINE -lkvm
+#endif