mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* doc/libtool.texi (libtool script contents): Document new
hardcode_direct_static variable.
This commit is contained in:
parent
a2289de66c
commit
a7ae4fab9e
@ -1,5 +1,8 @@
|
||||
2006-05-17 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* doc/libtool.texi (libtool script contents): Document new
|
||||
hardcode_direct_static variable.
|
||||
|
||||
* tests/link-order.at: Be careful about usage of shrext_cmds.
|
||||
|
||||
* libltdl/m4/libtool.m4 (LT_AC_PROG_SED): Declarations for
|
||||
|
@ -5355,6 +5355,12 @@ line (such as @samp{@var{dir}/lib@var{name}.a}) when
|
||||
@var{hardcode_libdir_flag_spec} is specified.
|
||||
@end defvar
|
||||
|
||||
@defvar hardcode_direct_static
|
||||
Static library dependencies do not use @var{shlibpath_var}. Default
|
||||
to @samp{no}. However, if @var{hardcode_direct} is @samp{yes} but
|
||||
would create such a static library dependency, set to @samp{yes}.
|
||||
@end defvar
|
||||
|
||||
@defvar hardcode_into_libs
|
||||
Whether the platform supports hardcoding of run-paths into libraries.
|
||||
If enabled, linking of programs will be much simpler but libraries will
|
||||
|
Loading…
Reference in New Issue
Block a user