From: Richard M. Stallman Date: Sun, 5 Jun 1994 17:51:23 +0000 (+0000) Subject: (LIBS_MACHINE) [USG]: New #define. X-Git-Tag: emacs-19.34~8050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24eb26b1f02a1e144947e1b3bfba9c083ac6410f;p=emacs.git (LIBS_MACHINE) [USG]: New #define. --- 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