]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: Also check amd64 where we test for x86_64
authorTijl Coosemans <tijl@coosemans.org>
Mon, 22 Jan 2024 13:12:26 +0000 (14:12 +0100)
committerMike Frysinger <vapier@gentoo.org>
Tue, 23 Jan 2024 01:09:04 +0000 (20:09 -0500)
It is used on FreeBSD.

* tests/demo.at: Also test for amd64 where we test for x86_64.

tests/demo.at

index 970d3966620b367346b367b3aaa063e98c4adfe7..feb71dcda1f8aab7d685d4a0df4870f699a0f7ab 100644 (file)
@@ -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*)