]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix deplibs check fallback for 64-bit Windows and Windows CE.
authorPierre Ossman <ossman@ossman.lkpg.cendio.se>
Mon, 22 Feb 2010 21:44:04 +0000 (22:44 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Feb 2010 04:46:16 +0000 (05:46 +0100)
commit7efdc2482e01bade122656c13b53423ec49f59db
treefb720e72eef8f7b04689729981b1b9b9d44045ea
parent5627b263cc369f26ae90384e673653f64e0108ff
Fix deplibs check fallback for 64-bit Windows and Windows CE.

* libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD): Accept file formats
'pe-arm-wince' and 'pe-x86-64'.  Add note about consistency with ...
* libltdl/config/ltmain.m4sh (func_win32_libid): ... the respective
pattern here; sync pattern from the former.
* tests/deplibs-mingw.at (deplibs without file command): New
file, new test.
* Makefile.am (TESTSUITE_AT): Update.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.am
NEWS
libltdl/config/ltmain.m4sh
libltdl/m4/libtool.m4
tests/deplibs-mingw.at [new file with mode: 0644]