From dcb0bd0eef10207754cb0fa64af3f2b965a1a589 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 25 Aug 2000 20:24:11 +0000 Subject: 2000-08-24 H.J. Lu * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't check -rpath nor LD_RUN_PATH for cross link. * ld.texinfo: Document the change. --- ld/ld.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/ld.texinfo') diff --git a/ld/ld.texinfo b/ld/ld.texinfo index e3ecaa4..5f8e054 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1089,11 +1089,11 @@ Any directories specified by @code{-rpath} options. The difference between @code{-rpath} and @code{-rpath-link} is that directories specified by @code{-rpath} options are included in the executable and used at runtime, whereas the @code{-rpath-link} option is only effective -at link time. +at link time. It is for the native linker only. @item On an ELF system, if the @code{-rpath} and @code{rpath-link} options were not used, search the contents of the environment variable -@code{LD_RUN_PATH}. +@code{LD_RUN_PATH}. It is for the native linker only. @item On SunOS, if the @code{-rpath} option was not used, search any directories specified using @code{-L} options. -- cgit v1.1