From 2281ff1e72b4b4d77b26a1d4a6a865280f07cf12 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Thu, 2 Oct 1997 19:52:53 +0000 Subject: [PATCH] Added -export-dynamic to the LD switches so that SWAT (and other dynamic libraries) can load. --- v7/src/microcode/s/linux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.25.1