aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-07 00:33:20 +0000
committerRichard M. Stallman1997-05-07 00:33:20 +0000
commit421e0af7f8988df55e4c33761144a860b5b4f604 (patch)
tree66997f69b89e3ea18ebe2a62755345f5d5af8c8c /src
parentc9aadf03220ebb6b24e74d37e16bd33ab9b98b7c (diff)
downloademacs-421e0af7f8988df55e4c33761144a860b5b4f604.tar.gz
emacs-421e0af7f8988df55e4c33761144a860b5b4f604.zip
(LIBS_MACHINE): Add -lelf.
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h5
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