diff options
author | Brent Cook <busterb@gmail.com> | 2017-04-29 18:37:18 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-04-29 21:42:38 -0500 |
commit | c402f3877de23999758b86c7a34ffbfd86784adb (patch) | |
tree | 163177c977d83d8b6fbde0eed7314354e14f88cb | |
parent | 6a1cc1496783ec24845557160d8548ee108fd7ef (diff) | |
download | portable-c402f3877de23999758b86c7a34ffbfd86784adb.tar.gz portable-c402f3877de23999758b86c7a34ffbfd86784adb.tar.bz2 portable-c402f3877de23999758b86c7a34ffbfd86784adb.zip |
include amd64 in the mix
-rw-r--r-- | m4/check-libc.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/check-libc.m4 b/m4/check-libc.m4 index 2a379ae..3e4d3af 100644 --- a/m4/check-libc.m4 +++ b/m4/check-libc.m4 | |||
@@ -152,6 +152,7 @@ AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [ | |||
152 | AS_CASE([$host_cpu], | 152 | AS_CASE([$host_cpu], |
153 | [i?86], [HOSTARCH=intel], | 153 | [i?86], [HOSTARCH=intel], |
154 | [x86_64], [HOSTARCH=intel], | 154 | [x86_64], [HOSTARCH=intel], |
155 | [amd64], [HOSTARCH=intel], | ||
155 | ) | 156 | ) |
156 | AC_SUBST([HOSTARCH]) | 157 | AC_SUBST([HOSTARCH]) |
157 | crypto_sym=$srcdir/crypto/crypto.sym | 158 | crypto_sym=$srcdir/crypto/crypto.sym |