diff options
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index ddcba358c86..ac639aff65b 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -963,6 +963,9 @@ For a native linker, the contents of the environment variable @code{LD_LIBRARY_PATH}. @item The default directories, normally @file{/lib} and @file{/usr/lib}. +@item +For a native linker on an ELF system, if the file @file{/etc/ld.so.conf} +exists, the list of directories found in that file. @end enumerate If the required shared library is not found, the linker will issue a |