[PATCH] tests/demo.at: Also test for amd64 where we test for x86_64
Tijl Coosemans <[email protected]> Mon, 22 Jan 2024 14:12:26 +0100
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <[email protected]> |
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