From: Albert Chin-A-Young Date: Mon, 31 Oct 2005 08:38:50 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG) X-Git-Tag: release-1-5-22~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f23150c86d07e8a115d694039f02f379814c5e5;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG) (AC_LIBTOOL_PROG_LD_SHLIBS) [ aix ]: Remove duplicate always_export_symbols=yes for AIX. --- diff --git a/ChangeLog b/ChangeLog index d0585fd85..301b6bbca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-31 Albert Chin-A-Young + + * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG) + (AC_LIBTOOL_PROG_LD_SHLIBS) [ aix ]: Remove duplicate + always_export_symbols=yes for AIX. + 2005-10-29 Howard Chu * ltmain.in (link mode): With `-static', only link statically diff --git a/libtool.m4 b/libtool.m4 index 82a402c15..10f7db0ef 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2930,8 +2930,6 @@ case $host_os in # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # -bexpall does not export symbols beginning with underscore (_) - _LT_AC_TAGVAR(always_export_symbols, $1)=yes # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes @@ -5626,8 +5624,6 @@ EOF # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # -bexpall does not export symbols beginning with underscore (_) - _LT_AC_TAGVAR(always_export_symbols, $1)=yes # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes