include amd64 in the mix

This commit is contained in:
Brent Cook 2017-04-29 18:37:18 -05:00
parent 1f13e7956b
commit 7ba183503a

View File

@ -153,6 +153,7 @@ AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [
AS_CASE([$host_cpu], AS_CASE([$host_cpu],
[i?86], [HOSTARCH=intel], [i?86], [HOSTARCH=intel],
[x86_64], [HOSTARCH=intel], [x86_64], [HOSTARCH=intel],
[amd64], [HOSTARCH=intel],
) )
AC_SUBST([HOSTARCH]) AC_SUBST([HOSTARCH])
crypto_sym=$srcdir/crypto/crypto.sym crypto_sym=$srcdir/crypto/crypto.sym