]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
initial version of the NEWS entry
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 28 Jul 2010 22:36:21 +0000 (00:36 +0200)
committerPaolo Bonzini <bonzini@gnu.org>
Wed, 11 Aug 2010 18:43:04 +0000 (14:43 -0400)
* NEWS: Document sysroot support.

NEWS

diff --git a/NEWS b/NEWS
index 95fa97d8e8b036ad4fd2fe6d13be4c8c7abe4c81..68ebcee4fa14033399358a4305a7d3b5dc0ba232 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,16 @@ New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team:
 
 * New features:
 
+  - Sysroot support.  This allows you to build cross-compiled packages
+    with the same prefix that will be used on the destination machine,
+    and still find dependent libraries under the compiler's "sysroot".
+    Without sysroot support, paths internal to the build system may leak
+    into the product of the build.
+
+    Sysroot support is disabled unless the --with-sysroot configure
+    option is passed to configure, because .la files generated with
+    sysroot support will _not_ be usable in general with older Libtools.
+
   - On non-cygwin Windows systems, we now lookup potential library
     file names without regard to file name case.