Added -export-dynamic to the LD switches so that SWAT (and other
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 2 Oct 1997 19:52:53 +0000 (19:52 +0000)
committerStephen 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

index ed6843a21d4ef46108fd0cb9bbb2b9231d4944c3..13f371bb352c46271ed5d4de2cdbdf30e0ec14ff 100644 (file)
@@ -1,7 +1,7 @@
 /* -*-C-*-
    System file for Linux
 
-$Id: linux.h,v 1.12 1997/05/05 07:29:11 cph Exp $
+$Id: linux.h,v 1.13 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. */