normalize amd64 to x86_64
This allows asm to be enabled on platforms that use amd64 in the host tuple.
This commit is contained in:
parent
eae0e9d3a4
commit
3ac78a5573
@ -84,6 +84,10 @@ case $host_cpu in
|
||||
AS_IF([test "x$BSWAP4" = "xyes"],,
|
||||
CPPFLAGS="$CPPFLAGS -D__STRICT_ALIGNMENT")
|
||||
;;
|
||||
*amd64*)
|
||||
host_cpu=x86_64
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
AC_MSG_CHECKING([if .gnu.warning accepts long strings])
|
||||
|
Loading…
x
Reference in New Issue
Block a user