libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] tests/demo.at: Also test for amd64 where we test for x86_64


From: Tijl Coosemans
Subject: [PATCH] tests/demo.at: Also test for amd64 where we test for x86_64
Date: Mon, 22 Jan 2024 14:12:26 +0100

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*)
-- 
2.43.0



reply via email to

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