From: Stephen Adams Date: Thu, 2 Oct 1997 19:52:53 +0000 (+0000) Subject: Added -export-dynamic to the LD switches so that SWAT (and other X-Git-Tag: 20090517-FFI~5010 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2281ff1e72b4b4d77b26a1d4a6a865280f07cf12;p=mit-scheme.git Added -export-dynamic to the LD switches so that SWAT (and other dynamic libraries) can load. --- diff --git a/v7/src/microcode/s/linux.h b/v7/src/microcode/s/linux.h index ed6843a21..13f371bb3 100644 --- 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.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. */