summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-08-28 10:39:40 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-08-28 10:39:40 +0200
commit8f5c58990dd80e4505d057a3deefcf63c8bd31e0 (patch)
tree5ed1236e42a1925c3d0b1c74f3f8039771955c0c /doc
parente634870fa811d215f8e36a10670fb5397ab95671 (diff)
parent22a120690392cccc59921c70f1f3e8cd523bb849 (diff)
downloadlibtool-8f5c58990dd80e4505d057a3deefcf63c8bd31e0.tar.gz
Merge branch 'sysroot'
* sysroot: Add ChangeLog entries for the sysroot branch. fix AIX testsuite regression fix --mode=finish improve code for sysroot --mode=finish add libtool --mode=finish mode for sysroot reorganize parsing of --mode=finish arguments fix sysroot handling for deplibs of preopened libtool libs fix sysroot tests to pass on Fedora 13 initial version of the NEWS entry add sysroot test emit sysrooted paths when installing .la files process postdeps to include sysrooted paths handle sysrooted paths when reading dependencies to la files teach libtool -L= and -R= add --with-sysroot handle sysroot flags
Diffstat (limited to 'doc')
-rw-r--r--doc/libtool.texi18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index f042a78a..be7d3bfa 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -1723,12 +1723,18 @@ commands are also completed.
@cindex finish mode
@cindex mode, finish
-@dfn{Finish} mode helps system administrators install libtool libraries
-so that they can be located and linked into user programs.
-
-Each @var{mode-arg} is interpreted as the name of a library directory.
-Running this command may require superuser privileges, so the
-@option{--dry-run} option may be useful.
+@dfn{Finish} mode has two functions. One is to help system administrators
+install libtool libraries so that they can be located and linked into
+user programs. To invoke this functionality, pass the name of a library
+directory as @var{mode-arg}. Running this command may require superuser
+privileges, and the @option{--dry-run} option may be useful.
+
+The second is to facilitate transferring libtool libraries to a native
+compilation environment after they were built in a cross-compilation
+environment. Cross-compilation environments may rely on recent libtool
+features, and running libtool in finish mode will make it easier to
+work with older versions of libtool. This task is performed whenever
+the @var{mode-arg} is a @samp{.la} file.
@node Uninstall mode
@section Uninstall mode