aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2017-04-29 18:37:18 -0500
committerBrent Cook <bcook@openbsd.org>2017-04-29 21:42:38 -0500
commitc402f3877de23999758b86c7a34ffbfd86784adb (patch)
tree163177c977d83d8b6fbde0eed7314354e14f88cb
parent6a1cc1496783ec24845557160d8548ee108fd7ef (diff)
downloadportable-c402f3877de23999758b86c7a34ffbfd86784adb.tar.gz
portable-c402f3877de23999758b86c7a34ffbfd86784adb.tar.bz2
portable-c402f3877de23999758b86c7a34ffbfd86784adb.zip
include amd64 in the mix
-rw-r--r--m4/check-libc.m41
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], [
152AS_CASE([$host_cpu], 152AS_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)
156AC_SUBST([HOSTARCH]) 157AC_SUBST([HOSTARCH])
157crypto_sym=$srcdir/crypto/crypto.sym 158crypto_sym=$srcdir/crypto/crypto.sym