]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG)
authorAlbert Chin-A-Young <china@thewrittenword.com>
Mon, 31 Oct 2005 08:38:50 +0000 (08:38 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Oct 2005 08:38:50 +0000 (08:38 +0000)
(AC_LIBTOOL_PROG_LD_SHLIBS) [ aix ]: Remove duplicate
always_export_symbols=yes for AIX.

ChangeLog
libtool.m4

index d0585fd854483a7d82ccb9a5bd0dcfd33cfe4b8e..301b6bbcae48338cf414fa48f36fab1eeb377f73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-31  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * 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 <hyc@highlandsun.com>
 
        * ltmain.in (link mode): With `-static', only link statically
index 82a402c15d2b404ddf910fd1ffdbfe2e22b4b848..10f7db0efbdc4f5fc2beb5aa28ed6468c5f77519 100644 (file)
@@ -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