]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Guido Draheim <Guido.Draheim@tek.com>:
authorGary V. Vaughan <gary@gnu.org>
Sun, 29 Jul 2001 12:13:48 +0000 (12:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 29 Jul 2001 12:13:48 +0000 (12:13 +0000)
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [mingw]: Support
cross compilation to mingw by allowing `:' or ';' as a path
separator.
* NEWS: Updated.

ChangeLog
NEWS
libtool.m4

index 547aef2ef421e9b6a7105adb2da4e4ed2d3f027b..51610f60a81763d1216539bd4814602acba2ad05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-07-29  Gary V. Vaughan  <gary@gnu.org>
+
+       From Guido Draheim <Guido.Draheim@tek.com>:     
+       * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [mingw]: Support
+       cross compilation to mingw by allowing `:' or ';' as a path
+       separator.
+       * NEWS: Updated.
+
 2001-07-27  NIIBE Yutaka  <gniibe@m17n.org>
 
        * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all
diff --git a/NEWS b/NEWS
index d7dcd87288f867317870f8b7921b392654f872ca..6f8332d3979f22ece3b9441b2bd41c47fa9ed5c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ NEWS - list of user-visible changes between releases of GNU Libtool
 
 New in 1.4d: 2001-??-??; CVS version 1.4c, Libtool team:
 * Support /lib/w32api in recent cygwin releases.
+* Support cross compilation to mingw.
 * Improved support for linking with gcc on aix4* and aix5*.
 * Initial support for QNX RTOS.
 * Bug fixes.
index ce13ab2ed78a8d79926bb558f4c56c019cb423fb..5a6921e65e03f51d96a597a0c0d388f30c950510 100644 (file)
@@ -1071,7 +1071,7 @@ cygwin* | mingw* | pw32*)
     ;;
   yes,mingw*)
     library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
-    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
+    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/$PATH_SEPARATOR/ /g"`
     ;;
   yes,pw32*)
     library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'