diff options
author | Brent Cook <busterb@gmail.com> | 2017-04-29 18:37:18 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-04-29 18:37:18 -0500 |
commit | 7ba183503a3af0f7628d83c64b353307415520ff (patch) | |
tree | e5cad17033b76932fb70a38203462a752ec14b91 /m4 | |
parent | 1f13e7956b6c739e5d198a120b8dfaea4020f914 (diff) | |
download | portable-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.m4 | 1 |
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], [ | |||
153 | AS_CASE([$host_cpu], | 153 | AS_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 | ) |
157 | AC_SUBST([HOSTARCH]) | 158 | AC_SUBST([HOSTARCH]) |
158 | crypto_sym=$srcdir/crypto/crypto.sym | 159 | crypto_sym=$srcdir/crypto/crypto.sym |