configure: Recognize both "x86_64" and "amd64" for host_cpu.

On FreeBSD, $host_cpu is set to "amd64" instead of "x86_64", so update the
configure script to recognize either string.
This commit is contained in:
Kyle Brenneman 2018-03-08 14:40:31 -07:00
parent 0177ade402
commit c413eae4f9

View file

@ -83,7 +83,7 @@ if test "x$enable_asm" = xyes; then
;;
esac
;;
x86_64)
x86_64 | amd64)
case "$host_os" in
linux* | *freebsd* | dragonfly* | *netbsd*)
asm_arch=x86_64