From 24eb26b1f02a1e144947e1b3bfba9c083ac6410f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 5 Jun 1994 17:51:23 +0000 Subject: [PATCH] (LIBS_MACHINE) [USG]: New #define. --- src/m/sun386.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5