aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2017-04-29 18:37:18 -0500
committerBrent Cook <busterb@gmail.com>2017-04-29 18:37:18 -0500
commit7ba183503a3af0f7628d83c64b353307415520ff (patch)
treee5cad17033b76932fb70a38203462a752ec14b91 /m4
parent1f13e7956b6c739e5d198a120b8dfaea4020f914 (diff)
downloadportable-7ba183503a3af0f7628d83c64b353307415520ff.tar.gz
portable-7ba183503a3af0f7628d83c64b353307415520ff.tar.bz2
portable-7ba183503a3af0f7628d83c64b353307415520ff.zip
include amd64 in the mix
Diffstat (limited to 'm4')
-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 6b2e64c..0b7ffb0 100644
--- a/m4/check-libc.m4
+++ b/m4/check-libc.m4
@@ -153,6 +153,7 @@ AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [
153AS_CASE([$host_cpu], 153AS_CASE([$host_cpu],
154 [i?86], [HOSTARCH=intel], 154 [i?86], [HOSTARCH=intel],
155 [x86_64], [HOSTARCH=intel], 155 [x86_64], [HOSTARCH=intel],
156 [amd64], [HOSTARCH=intel],
156) 157)
157AC_SUBST([HOSTARCH]) 158AC_SUBST([HOSTARCH])
158crypto_sym=$srcdir/crypto/crypto.sym 159crypto_sym=$srcdir/crypto/crypto.sym