Mercurial > emacs
changeset 12445:74e5ebf071fb
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 30 Jun 1995 10:38:19 +0000 |
parents | 0f96d53b31b7 |
children | 92440abe8409 |
files | src/m/intel386.h |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/intel386.h Fri Jun 30 05:54:07 1995 +0000 +++ b/src/m/intel386.h Fri Jun 30 10:38:19 1995 +0000 @@ -118,10 +118,13 @@ /* This is totally uncalibrated. */ #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) +/* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86 + requires -lkvm as well */ +#define LIBS_MACHINE -lkvm + #ifndef SOLARIS2_4 -/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it - already has FSCALE defined in a system header. */ -#define LIBS_MACHINE -lkvm +/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a + system header. */ #define HAVE_VFORK