mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-01 15:25:27 +08:00
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
[ aix ]: Remove duplicate always_export_symbols=yes for AIX.
This commit is contained in:
parent
01f0aa7662
commit
0f34a7c48e
@ -1,3 +1,8 @@
|
||||
2005-10-31 Albert Chin-A-Young <china@thewrittenword.com>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
|
||||
[ aix ]: Remove duplicate always_export_symbols=yes for AIX.
|
||||
|
||||
2005-10-29 Howard Chu <hyc@highlandsun.com>
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_mode_link):
|
||||
|
4
libltdl/m4/libtool.m4
vendored
4
libltdl/m4/libtool.m4
vendored
@ -4165,8 +4165,6 @@ _LT_EOF
|
||||
# -berok will link without error, but may produce a broken library.
|
||||
_LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
||||
_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
||||
# -bexpall does not export symbols beginning with underscore (_)
|
||||
_LT_TAGVAR(always_export_symbols, $1)=yes
|
||||
# Exported symbols can be pulled into shared objects from archives
|
||||
_LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
||||
_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
||||
@ -5161,8 +5159,6 @@ if test "$_lt_caught_CXX_error" != yes; then
|
||||
# -berok will link without error, but may produce a broken library.
|
||||
_LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
||||
_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
||||
# -bexpall does not export symbols beginning with underscore (_)
|
||||
_LT_TAGVAR(always_export_symbols, $1)=yes
|
||||
# Exported symbols can be pulled into shared objects from archives
|
||||
_LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
||||
_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
||||
|
Loading…
Reference in New Issue
Block a user