Skip to content

Commit

Permalink
include amd64 in the mix
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Apr 29, 2017
1 parent 1f13e79 commit 7ba1835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/check-libc.m4
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [
AS_CASE([$host_cpu],
[i?86], [HOSTARCH=intel],
[x86_64], [HOSTARCH=intel],
[amd64], [HOSTARCH=intel],
)
AC_SUBST([HOSTARCH])
crypto_sym=$srcdir/crypto/crypto.sym
Expand Down

0 comments on commit 7ba1835

Please sign in to comment.