]> git.ipfire.org Git - thirdparty/libtool.git/commit
Don't settle for any dumpbin/link program as name lister.
authorPeter Rosin <peda@lysator.liu.se>
Wed, 18 Mar 2009 18:52:27 +0000 (19:52 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Wed, 18 Mar 2009 20:24:20 +0000 (21:24 +0100)
commit032d3cc9c17b51649153f51c50d1586774799cbd
treea1dc474ddfbaadaea4665bbbafe0a71d368d8db5
parentc1cd198697def508fc64ffe16516cd76f8d2eb5b
Don't settle for any dumpbin/link program as name lister.

* libltdl/m4/libtool.m4 (LT_PATH_NM): When locating dumpbin or
link -dump, check if they appear to really be capable of name
listing, in order to eliminate e.g. link from coreutils. This
makes the name lister decision fall back on nm as the default if
no acceptable candidate is found, which mainly happens on
(arguably broken) cross compiles.
* NEWS: Update
* THANKS: Update
Reports by Rudolf Leitgeb and Peter Kjellerstedt.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
THANKS
libltdl/m4/libtool.m4