[svn] assuan - r358 - in trunk: . m4
svn author wk
cvs at cvs.gnupg.org
Thu Feb 25 14:03:16 CET 2010
Author: wk
Date: 2010-02-25 14:03:16 +0100 (Thu, 25 Feb 2010)
New Revision: 358
Modified:
trunk/ChangeLog
trunk/m4/libtool.m4
Log:
Fix DLL creation.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-02-24 15:50:55 UTC (rev 357)
+++ trunk/ChangeLog 2010-02-25 13:03:16 UTC (rev 358)
@@ -1,3 +1,8 @@
+2010-02-25 Werner Koch <wk at g10code.com>
+
+ * m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD): Fix for non x86 mingw
+ targets.
+
2010-02-24 Werner Koch <wk at g10code.com>
* tests/ce-server.c: New.
Modified: trunk/m4/libtool.m4
===================================================================
--- trunk/m4/libtool.m4 2010-02-24 15:50:55 UTC (rev 357)
+++ trunk/m4/libtool.m4 2010-02-25 13:03:16 UTC (rev 358)
@@ -3007,6 +3007,17 @@
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',
More information about the Gnupg-commits
mailing list