libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Remove duplicate settion of archive_expsym_cmds=yes on AIX


From: Ralf Wildenhues
Subject: FYI: Remove duplicate settion of archive_expsym_cmds=yes on AIX
Date: Mon, 31 Oct 2005 09:39:10 +0100
User-agent: Mutt/1.5.11

Hi Albert,

* Albert Chin wrote on Mon, Oct 31, 2005 at 07:18:40AM CET:
> always_export_symbols is set before the if statement enclosing the
> code below so remove duplicates.
> 
> Patch against branch-1-5.

Thanks.  Applied, and also the following to HEAD.

Cheers,
Ralf

2005-10-31  Albert Chin-A-Young  <address@hidden>

        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
        [ aix ]: Remove duplicate always_export_symbols=yes for AIX.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.27
diff -u -r1.27 libtool.m4
--- libltdl/m4/libtool.m4       13 Oct 2005 13:22:55 -0000      1.27
+++ libltdl/m4/libtool.m4       31 Oct 2005 08:36:33 -0000
@@ -4165,8 +4165,6 @@
          # -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 @@
            # -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]