libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-135-g0055836


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-135-g0055836
Date: Wed, 01 Jul 2009 08:09:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  00558363daebeb41c02ab8eaa9cb5218caf97867 (commit)
      from  f0f99955cb283ead0817744921621d66c049709f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 00558363daebeb41c02ab8eaa9cb5218caf97867
Author: Yaakov Selkowitz <address@hidden>
Date:   Tue Jun 30 08:26:20 2009 -0400

    [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts
    
    * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [cygwin*|mingw*|pw32*|cegcc*]:
    Define export_dynamic_flag_spec as -Wl,--export-all-symbols here as well
    (see commit 5f2bbb494a2753afb2878c399cfd8316b7403a5b).
    
    Signed-off-by: Charles Wilson <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    8 ++++++++
 libltdl/m4/libtool.m4 |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 321c0bb..a644b26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-01  Yaakov Selkowitz  <address@hidden> (tiny change)
+           Charles Wilson  <address@hidden>
+
+       [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts
+       * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) 
[cygwin*|mingw*|pw32*|cegcc*]:
+       Define export_dynamic_flag_spec as -Wl,--export-all-symbols here as well
+       (see commit 5f2bbb494a2753afb2878c399cfd8316b7403a5b).
+
 2009-06-29  Charles Wilson  <address@hidden>
 
        [mingw] Improve sys_lib_search_path_spec detection.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index b6862a0..3a65ec4 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -5628,6 +5628,7 @@ if test "$_lt_caught_CXX_error" != yes; then
         # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
         # as there is no search path for DLLs.
         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
         _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
         _LT_TAGVAR(always_export_symbols, $1)=no
         _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes


hooks/post-receive
-- 
GNU Libtool




reply via email to

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