From 91a06f3a824688f48adb81bdb77fbdfccb1f0f6b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 1 Feb 2000 04:13:55 +0000 Subject: [PATCH] Don't use "-export-dynamic" switch. --- v7/src/microcode/s/freebsd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v7/src/microcode/s/freebsd.h b/v7/src/microcode/s/freebsd.h index def8b37ea..89bca935d 100644 --- a/v7/src/microcode/s/freebsd.h +++ b/v7/src/microcode/s/freebsd.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for FreeBSD -$Id: freebsd.h,v 1.3 2000/02/01 04:08:27 cph Exp $ +$Id: freebsd.h,v 1.4 2000/02/01 04:13:55 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology @@ -37,8 +37,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #define LIBS_TERMCAP LINUX_STATIC_LIBS (-ltermcap) #define HAVE_TERMINFO -#define LD_SWITCH_SYSTEM -export-dynamic - /* Use the built-in files and rather than those generated by the "hard-par" program. */ #define USE_BUILT_IN_LIMITS_FILES -- 2.25.1