projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
553499d
)
Added -export-dynamic to the LD switches so that SWAT (and other
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 2 Oct 1997 19:52:53 +0000
(19:52 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Thu, 2 Oct 1997 19:52:53 +0000
(19:52 +0000)
dynamic libraries) can load.
v7/src/microcode/s/linux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/s/linux.h
b/v7/src/microcode/s/linux.h
index ed6843a21d4ef46108fd0cb9bbb2b9231d4944c3..13f371bb352c46271ed5d4de2cdbdf30e0ec14ff 100644
(file)
--- a/
v7/src/microcode/s/linux.h
+++ b/
v7/src/microcode/s/linux.h
@@
-1,7
+1,7
@@
/* -*-C-*-
System file for Linux
-$Id: linux.h,v 1.1
2 1997/05/05 07:29:11 cph
Exp $
+$Id: linux.h,v 1.1
3 1997/10/02 19:52:53 adams
Exp $
Copyright (c) 1995-97 Massachusetts Institute of Technology
@@
-51,7
+51,7
@@
MIT in each case. */
#define LIBS_TERMCAP -ltermcap
#endif
-#define LD_SWITCH_SYSTEM
+#define LD_SWITCH_SYSTEM
-export-dynamic
#ifndef DISABLE_DLD_SUPPORT
/* These definitions configure the microcode to support dynamic loading. */