# HG changeset patch # User Richard M. Stallman # Date 770838683 0 # Node ID 89be456088efeace59e0921120fbd82b62caf8b6 # Parent d687e885fa6add4bc396191f3a81bc8d1d17de2c (LIBS_MACHINE) [USG]: New #define. diff -r d687e885fa6a -r 89be456088ef src/m/sun386.h --- a/src/m/sun386.h Sun Jun 05 17:43:51 1994 +0000 +++ b/src/m/sun386.h Sun Jun 05 17:51:23 1994 +0000 @@ -73,3 +73,9 @@ #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