]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix import library detection for WinCE.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 23 Nov 2008 19:10:32 +0000 (20:10 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 23 Nov 2008 19:10:32 +0000 (20:10 +0100)
* libltdl/config/ltmain.m4sh (func_win32_libid): Work for
pe-arm-wince import libraries.
* NEWS: Update.
Report by Vincent Torri.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
libltdl/config/ltmain.m4sh

index d7ae7cd6576ba404c6955f9a963b745760242b68..9dc19dcf8eef41c20bb0da1693fedbe43299ad50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix import library detection for WinCE.
+       * libltdl/config/ltmain.m4sh (func_win32_libid): Work for
+       pe-arm-wince import libraries.
+       * NEWS: Update.
+       Report by Vincent Torri.
+
 2008-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
            Eric Blake  <ebb9@byu.net>
 
diff --git a/NEWS b/NEWS
index 1c990427999771c4854ac74efd90193235ff6b96..8927d230f07e277c227c2049974b419b789a3cd7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ New in 2.2.8 2008-??-??: git version 2.2.7a, Libtool team:
     the extra "verbose" output messages and has no effect on the
     default informational messages.
   - Improved support for 64bit Windows (mingw64).
+  - Improved support for cegcc (Windows CE/PocketPC).
 
 * Bug fixes:
 
index e7dcdf290b1fb2ffd5a8ae40a9f6988702f8310f..46dbe0888a45ef41050a14d5a1cdb39d154a1182 100644 (file)
@@ -2171,7 +2171,7 @@ func_win32_libid ()
     ;;
   *ar\ archive*) # could be an import, or static
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
-       $EGREP 'file format (pe-i386(.*architecture: i386)?|pe-x86-64)' >/dev/null; then
+       $EGREP 'file format (pe-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
       win32_nmres=`eval $NM -f posix -A $1 |
        $SED -n -e '
            1,100{