libtool-commit
[Top][All Lists]
Advanced

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

branch master updated: tests: Also check amd64 where we test for x86_64


From: Mike Frysinger
Subject: branch master updated: tests: Also check amd64 where we test for x86_64
Date: Mon, 22 Jan 2024 20:09:37 -0500

This is an automated email from the git hooks/post-receive script.

vapier pushed a commit to branch master
in repository libtool.

The following commit(s) were added to refs/heads/master by this push:
     new e11fcf3b tests: Also check amd64 where we test for x86_64
e11fcf3b is described below

commit e11fcf3b38b92cc8da2b6d03c2adb623a54566df
Author: Tijl Coosemans <tijl@coosemans.org>
AuthorDate: Mon Jan 22 14:12:26 2024 +0100

    tests: Also check amd64 where we test for x86_64
    
    It is used on FreeBSD.
    
    * tests/demo.at: Also test for amd64 where we test for x86_64.
---
 tests/demo.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/demo.at b/tests/demo.at
index 970d3966..feb71dcd 100644
--- a/tests/demo.at
+++ b/tests/demo.at
@@ -511,7 +511,7 @@ AT_CLEANUP
 AT_SETUP([force non-PIC objects])
 
 AT_CHECK([case $host in
-hppa*|x86_64*|s390*)
+hppa*|amd64*|x86_64*|s390*)
   # These hosts cannot use non-PIC shared libs
   exit 77 ;;
 *-solaris*|*-sunos*)



reply via email to

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