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 <t...@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