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-7-g89049b7


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.4-7-g89049b7
Date: Thu, 04 Dec 2014 17:09:24 +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  89049b76cfcfc048dccfdab1ec8a0e233d97e8ce (commit)
      from  facce819e1d637bafe24301c1404f09c7e17fe63 (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 89049b76cfcfc048dccfdab1ec8a0e233d97e8ce
Author: Eric Bavier <address@hidden>
Date:   Thu Dec 4 16:34:17 2014 +0000

    tests: do not assume compiler prefers shared libraries.
    
    Testing whether -static-libtool-libs causes a non-libtool library to be
    linked dynamically is effectively a test of the compiler's preference in
    this case.  The Cray compiler prefers static libraries if not told
    otherwise.
    * tests/static.at [static linking flags for programs]: Do not expect
     -static-libtool-libs to fail.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 tests/static.at |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/tests/static.at b/tests/static.at
index 19125de..240a218 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -344,7 +344,10 @@ for withdep in no yes; do
   echo "### test whether non-libtool library liba3 was linked statically"
   func_move_libs a3 $prefix3 $prefix1 $prefix2
   func_test_exec $all_static `$per_deplib && echo 3 13 23 31 123 123a`
-  func_test_exec_fail -static -static-libtool-libs `$per_deplib && echo 1 2 12`
+  # no '-static-libtool-libs' flag below, because some hosts such as
+  # Cray prefer static libs by default.
+  # and doesn't exercise anything not already tested above:
+  func_test_exec_fail -static `$per_deplib && echo 1 2 12`
   func_restore_libs a3 $prefix3
 
   cd ..


hooks/post-receive
-- 
GNU Libtool



reply via email to

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