]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBS_MACHINE) [USG]: New #define.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Jun 1994 17:51:23 +0000 (17:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Jun 1994 17:51:23 +0000 (17:51 +0000)
src/m/sun386.h

index a7537f43e8a239395e3eeb093ecd271814806c99..c25ab4dc5182d13dcf675b99afe7b18661f35752 100644 (file)
@@ -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