]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Document libtool variable to_host_file_cmd.
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Fri, 17 Sep 2010 16:28:46 +0000 (12:28 -0400)
committerCharles Wilson <libtool@cwilson.fastmail.fm>
Fri, 17 Sep 2010 17:38:21 +0000 (13:38 -0400)
* doc/libtool.texi (libtool script contents:to_host_file_cmd): Document
variable.
(libtool script contents:to_tool_file_cmd): Prefer `build platform'
to `build system'; Ditto `host platform'.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
ChangeLog
doc/libtool.texi

index 44a76e236f2419d46702e0047fb7df94100c1212..334a5d09a8f7d8a2ed8981bf88ab5dcb25827458 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-17  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       Document libtool variable to_host_file_cmd.
+       * doc/libtool.texi (libtool script contents:to_host_file_cmd):
+       Document variable.
+       (libtool script contents:to_tool_file_cmd): Prefer `build platform'
+       to `build system'; Ditto `host platform'.
+
 2010-09-16  Charles Wilson  <libtool@cwilson.fastmail.fm>
 
        Fix sh.test failure introduced in 72064249
index a3555dc44a8fbe28b3bbe70bad19261efaa6a7da..0d3ff7f19bdb2292213d8e6c6d2b0d36d28ea894 100644 (file)
@@ -6822,11 +6822,21 @@ Linker flag (passed through the C compiler) used to generate thread-safe
 libraries.
 @end defvar
 
+@defvar to_host_file_cmd
+If the toolchain is not native to the build platform (e.g.@: if you are using
+MSYS to drive the scripting, but are using the MinGW native Windows compiler)
+this variable describes how to convert file names from the format used by the
+build platform to the format used by host platform.  Normally set to
+@samp{func_convert_file_noop}, libtool will autodetect most cases in which
+other values should be used.  On rare occasions, it may be necessary to override
+the autodetected value (@pxref{Cygwin to MinGW Cross}).
+@end defvar
+
 @defvar to_tool_file_cmd
-If the toolchain is not native to the build system (e.g.@: if you are using
+If the toolchain is not native to the build platform (e.g.@: if you are using
 some Unix to drive the scripting together with a Windows toolchain running
 in Wine) this variable describes how to convert file names from the format
-used by the build system to the format used by the toolchain.  Normally set
+used by the build platform to the format used by the toolchain.  Normally set
 to @samp{func_convert_file_noop}.
 @end defvar