summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2010-07-01 11:36:05 +0200
committerPeter Rosin <peda@lysator.liu.se>2010-07-05 07:09:07 +0200
commit0b56641c0323833e9603deeeb6c778e8c34780ef (patch)
tree355dcdde2b8a5cba8b13d97338a952946e1a7f29 /doc
parent1e7ce72416cad66b1f82cd503d37f92ecdbe4b8a (diff)
downloadlibtool-0b56641c0323833e9603deeeb6c778e8c34780ef.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/libtool.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index af6e13d3..914bd1d8 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -6171,6 +6171,10 @@ Whether files must be locked to prevent conflicts when compiling
simultaneously. Set to @samp{yes} or @samp{no}.
@end defvar
+@defvar nm_file_list_spec
+Specify filename containing input files for @code{NM}.
+@end defvar
+
@defvar no_builtin_flag
Compiler flag to disable builtin functions that conflict with declaring
external global symbols as @code{char}.