comparison doc/relocatable-maint.texi @ 40197:91454190d749

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Mention GNU/Hurd and GNU/kFreeBSD as well.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:52:19 +0100
parents e63f5d3edab5
children 770a5696761e
comparison
equal deleted inserted replaced
40196:e63f5d3edab5 40197:91454190d749
36 @itemize 36 @itemize
37 @item 37 @item
38 On most operating systems, it adds a linker option (@option{-rpath}) that 38 On most operating systems, it adds a linker option (@option{-rpath}) that
39 causes the dynamic linker to search for libraries in a directory relative 39 causes the dynamic linker to search for libraries in a directory relative
40 to the location of the invoked executable. This works on GNU/Linux and 40 to the location of the invoked executable. This works on GNU/Linux and
41 modern versions of FreeBSD, NetBSD, OpenBSD, Solaris, Haiku. 41 modern versions of GNU/Hurd, GNU/kFreeBSD, FreeBSD, NetBSD, OpenBSD, Solaris,
42 Haiku.
42 43
43 @item 44 @item
44 On macOS, it modifies the installed executables after installation in a way 45 On macOS, it modifies the installed executables after installation in a way
45 that causes the dynamic linker to search for libraries in a directory relative 46 that causes the dynamic linker to search for libraries in a directory relative
46 to the location of the invoked executable. 47 to the location of the invoked executable.