From: Chris Hanson Date: Mon, 5 May 1997 07:29:11 +0000 (+0000) Subject: Allow dld support to be disabled. X-Git-Tag: 20090517-FFI~5190 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c2627c5a05203260cc4e6dc24f4be995fa8f1788;p=mit-scheme.git Allow dld support to be disabled. --- diff --git a/v7/src/microcode/s/linux.h b/v7/src/microcode/s/linux.h index 6f817039a..ed6843a21 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.11 1997/05/01 01:18:42 cph Exp $ +$Id: linux.h,v 1.12 1997/05/05 07:29:11 cph Exp $ Copyright (c) 1995-97 Massachusetts Institute of Technology @@ -53,10 +53,12 @@ MIT in each case. */ #define LD_SWITCH_SYSTEM +#ifndef DISABLE_DLD_SUPPORT /* These definitions configure the microcode to support dynamic loading. */ #define SOURCES_SYSTEM pruxdld.c #define OBJECTS_SYSTEM pruxdld.o #define LIBS_SYSTEM -ldl +#endif /* Use the built-in files and rather than those generated by the "hard-par" program. */