From: Chris Hanson Date: Fri, 19 Nov 1993 22:22:30 +0000 (+0000) Subject: Pass the +s option to the loader to enable the use of SHLIB_PATH in X-Git-Tag: 20090517-FFI~7469 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=56bfcd5b7f37376bc8f85a44749f27c31859f6ba;p=mit-scheme.git Pass the +s option to the loader to enable the use of SHLIB_PATH in the resulting executable. --- diff --git a/v7/src/microcode/m/hp9k800.h b/v7/src/microcode/m/hp9k800.h index e4840e07d..46ef5b30b 100644 --- a/v7/src/microcode/m/hp9k800.h +++ b/v7/src/microcode/m/hp9k800.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for HP9000 series 600, 700, 800. -$Id: hp9k800.h,v 1.12 1993/04/01 18:38:16 cph Exp $ +$Id: hp9k800.h,v 1.13 1993/11/19 22:22:30 cph Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -57,6 +57,10 @@ MIT in each case. */ tested). */ # define C_SWITCH_MACHINE -Ae # define M4_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -DHPC +/* "-Wl,+s" tells the linker to allow the environment variable + SHLIB_PATH to be used to define directories to search for shared + libraries when the microcode is executed. */ +# define LD_SWITCH_MACHINE -Wl,+s #else /* Assume GCC */ # define C_SWITCH_MACHINE