summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-07 00:33:20 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-07 00:33:20 +0000
commita2b9494e6585a9a5cc9d980e8852bf151c4db2d3 (patch)
tree75c79b46d40ab215de7543a804f73841080ce87d
parent0264ec8db8c359cb91fb0e2f9a34b9da6d4cc816 (diff)
downloademacs-a2b9494e6585a9a5cc9d980e8852bf151c4db2d3.tar.gz
(LIBS_MACHINE): Add -lelf.
-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 */
#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
+ requires -lkvm as well.
+ And handa@etl.gov.jp says that -lkvm needs -llelf, at least on 2.5. */
+#define LIBS_MACHINE -lkvm -lelf
#ifndef SOLARIS2_4
/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a