]> git.ipfire.org Git - thirdparty/libtool.git/commit
Support for response files with $NM.
authorPeter Rosin <peda@lysator.liu.se>
Thu, 1 Jul 2010 09:36:05 +0000 (11:36 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 5 Jul 2010 05:09:07 +0000 (07:09 +0200)
commit0b56641c0323833e9603deeeb6c778e8c34780ef
tree355dcdde2b8a5cba8b13d97338a952946e1a7f29
parent1e7ce72416cad66b1f82cd503d37f92ecdbe4b8a
Support for response files with $NM.

* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS)
<nm_file_list_spec>: New tag variable. Set it to '@' if input
files can be passed to $NM in a file named with the '@' option.
* libltdl/config/ltmain.m4sh (func_mode_link): When
nm_file_list_spec is nonempty, use it to avoid skipped_export.
* doc/libtool.texi (libtool script contents): Document
new variable.
ChangeLog
doc/libtool.texi
libltdl/config/ltmain.m4sh
libltdl/m4/libtool.m4