aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--m4/libtool.m411
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50f499f..39a01c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-25 Werner Koch <[email protected]>
+
+ * m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD): Fix for non x86 mingw
+ targets.
+
2010-02-24 Werner Koch <[email protected]>
* tests/ce-server.c: New.
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 2ca1c1f..84f334f 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -3007,6 +3007,17 @@ cygwin*)
lt_cv_file_magic_cmd='func_win32_libid'
;;
+
+mingw32ce*)
+ # Windows CE is often used with non-x86 platforms and thus the below
+ # mingw and cegcc checks don't work. It would be possible to
+ # support other architectures in these checks. However x86 is pretty
+ # hard coded and changing this would require quite some tests on all
+ # the platforms to be sure not to break something. Thus we take the
+ # easy way out and don't check at all.
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
mingw* | pw32*)
# Base MSYS/MinGW do not provide the 'file' command needed by
# func_win32_libid shell function, so use a weaker test based on 'objdump',