Merge pull request #3789 from fabiankeil/configure-accept-amd64

configure: When enabling --enable-sp-asm, accept host_cpu amd64
This commit is contained in:
toddouska 2021-03-04 11:11:13 -08:00 committed by GitHub
commit 0a74fbf95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5266,7 +5266,7 @@ if test "$ENABLED_SP_ASM" = "yes"; then
fi
fi
;;
*x86_64*)
*x86_64*|*amd64*)
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SP_X86_64_ASM"
AM_CCASFLAGS="$AM_CCASFLAGS -DWOLFSSL_SP_X86_64_ASM"
ENABLED_SP_X86_64_ASM=yes