mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
[ aix ]: $hardcode_direct is set twice.
This commit is contained in:
parent
ebfa770bf4
commit
99ad8411ba
@ -1,3 +1,8 @@
|
||||
2006-05-14 Albert Chin-A-Young <china@thewrittenword.com>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
|
||||
[ aix ]: $hardcode_direct is set twice.
|
||||
|
||||
2005-05-14 John Bowler <jbowler@acm.org>
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_mode_link): For version_type
|
||||
|
4
libltdl/m4/libtool.m4
vendored
4
libltdl/m4/libtool.m4
vendored
@ -4294,7 +4294,7 @@ _LT_EOF
|
||||
strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
||||
then
|
||||
# We have reworked collect2
|
||||
_LT_TAGVAR(hardcode_direct, $1)=yes
|
||||
:
|
||||
else
|
||||
# We have old collect2
|
||||
_LT_TAGVAR(hardcode_direct, $1)=unsupported
|
||||
@ -5278,7 +5278,7 @@ if test "$_lt_caught_CXX_error" != yes; then
|
||||
strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
||||
then
|
||||
# We have reworked collect2
|
||||
_LT_TAGVAR(hardcode_direct, $1)=yes
|
||||
:
|
||||
else
|
||||
# We have old collect2
|
||||
_LT_TAGVAR(hardcode_direct, $1)=unsupported
|
||||
|
Loading…
Reference in New Issue
Block a user