mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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.
This commit is contained in:
parent
8d188608ca
commit
e11fcf3b38
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user