From: Tijl Coosemans Date: Mon, 22 Jan 2024 13:12:26 +0000 (+0100) Subject: tests: Also check amd64 where we test for x86_64 X-Git-Tag: v2.5.0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e11fcf3b38b92cc8da2b6d03c2adb623a54566df;p=thirdparty%2Flibtool.git 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. --- diff --git a/tests/demo.at b/tests/demo.at index 970d39666..feb71dcda 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*)