From: Gary V. Vaughan Date: Wed, 17 May 2006 17:59:47 +0000 (+0000) Subject: * doc/libtool.texi (libtool script contents): Document new X-Git-Tag: release-2-1b~291 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7ae4fab9ee5a2178f7b6952bdd43892830a275f;p=thirdparty%2Flibtool.git * doc/libtool.texi (libtool script contents): Document new hardcode_direct_static variable. --- diff --git a/ChangeLog b/ChangeLog index bbe123dd9..12f632605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-05-17 Gary V. Vaughan + * 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 diff --git a/doc/libtool.texi b/doc/libtool.texi index 1d51ac3f2..22ed3ebb1 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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