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.4.4-10-g440fee6


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.4-10-g440fee6
Date: Fri, 05 Dec 2014 13:33: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  440fee60c991e19e0ce66f98c5ad06d5607c766f (commit)
      from  8727e07a166f6822751a4d719fff9a1094ce1619 (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 440fee60c991e19e0ce66f98c5ad06d5607c766f
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Dec 5 13:29:13 2014 +0000

    libtool: s390x is also a 64bit glibc/ELF platform.
    
    * m4/libtool.m4 (_LT_SYS_DYNAMIC_LIB): Add s390x to glibc/ELF
    compatible CPUs that have /lib64 and /usr/lib64 in
    sys_lib_dlsearch_path_spec.
    Reported by Pavel Raiskup
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 m4/libtool.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index fd4dfb4..2f52305 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -2801,8 +2801,8 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   # available) Fedora on 64bit does not report /usr/lib64, even though
   # it is searched at run-time.
   case $host_cpu in
-    # match at least x86_64, ia64, powerpc64*
-    *64*) sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 
$sys_lib_dlsearch_path_spec" ;;
+    # match at least x86_64, ia64, powerpc64*, s390x (add other glibc/ELF 
64bit cpus here):
+    *64*|s390x) sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 
$sys_lib_dlsearch_path_spec" ;;
   esac
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on


hooks/post-receive
-- 
GNU Libtool



reply via email to

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