Mercurial > emacs
changeset 7803:89be456088ef
(LIBS_MACHINE) [USG]: New #define.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 05 Jun 1994 17:51:23 +0000 |
parents | d687e885fa6a |
children | 781655f97fee |
files | src/m/sun386.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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