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-107-ga2fa127


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-107-ga2fa127
Date: Mon, 30 Mar 2009 01:39:41 +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  a2fa12747f531979b946cc4d3c9a9c0e07b460cf (commit)
      from  5f2bbb494a2753afb2878c399cfd8316b7403a5b (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 a2fa12747f531979b946cc4d3c9a9c0e07b460cf
Author: Yaakov Selkowitz <address@hidden>
Date:   Sun Mar 29 19:45:18 2009 -0400

    [cygwin] Improve operation with gcc4
    
    * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [cygwin*]:
    Add w32api to sys_lib_search_path_spec without overriding gcc's
    own search path.
    
    Signed-off-by: Charles Wilson <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index cab76a1..68d2d2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 2009-03-29  Yaakov Selkowitz  <address@hidden>  (tiny change)
            Charles Wilson  <address@hidden>
 
+       [cygwin] Improve operation with gcc4
+       * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [cygwin*]:
+       Add w32api to sys_lib_search_path_spec without overriding gcc's
+       own search path.
+
+2009-03-29  Yaakov Selkowitz  <address@hidden>  (tiny change)
+           Charles Wilson  <address@hidden>
+
        Use correct export_dynamic_flag_spec for PE-COFF $hosts
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) 
        [cygwin*|mingw*|pw32*|cegcc*]: Define export_dynamic_flag_spec
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 15612c0..63e831e 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2156,7 +2156,8 @@ cygwin* | mingw* | pw32* | cegcc*)
     cygwin*)
       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | 
$SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
+m4_if([$1], [],[
+      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
       ;;
     mingw* | cegcc*)
       # MinGW DLLs use traditional 'lib' prefix


hooks/post-receive
--
GNU Libtool




reply via email to

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