libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-186-g301c4cf


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-186-g301c4cf
Date: Fri, 17 Sep 2010 17:40:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  301c4cf24f5ddaa565ffb773906247deb1319aa2 (commit)
      from  254f5280e6cb6f69b17b581e0febbb73cd02b606 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 301c4cf24f5ddaa565ffb773906247deb1319aa2
Author: Charles Wilson <address@hidden>
Date:   Fri Sep 17 12:28:46 2010 -0400

    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'.
    
    Signed-off-by: Charles Wilson <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    8 ++++++++
 doc/libtool.texi |   14 ++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 44a76e2..334a5d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-17  Charles Wilson  <address@hidden>
+
+       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  <address@hidden>
 
        Fix sh.test failure introduced in 72064249
diff --git a/doc/libtool.texi b/doc/libtool.texi
index a3555dc..0d3ff7f 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -6822,11 +6822,21 @@ Linker flag (passed through the C compiler) used to 
generate thread-safe
 libraries.
 @end defvar
 
address@hidden 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
address@hidden, 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}).
address@hidden 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
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]