diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/intel386.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index fd2aac37376..94af5555c11 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -105,8 +105,9 @@ NOTE-END */ | |||
| 105 | #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) | 105 | #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) |
| 106 | 106 | ||
| 107 | /* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86 | 107 | /* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86 |
| 108 | requires -lkvm as well */ | 108 | requires -lkvm as well. |
| 109 | #define LIBS_MACHINE -lkvm | 109 | And handa@etl.gov.jp says that -lkvm needs -llelf, at least on 2.5. */ |
| 110 | #define LIBS_MACHINE -lkvm -lelf | ||
| 110 | 111 | ||
| 111 | #ifndef SOLARIS2_4 | 112 | #ifndef SOLARIS2_4 |
| 112 | /* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a | 113 | /* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a |