summaryrefslogtreecommitdiffstats
path: root/bin-http
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commitddd142a7d681e24abdaee9400a8bafcf9f7ef3f8 (patch)
tree9cee7ccd49be3f6cc1972b28b07fa62683642ba4 /bin-http
parentb05a9f74bf4176f508dbcfcc42070ab66c63e201 (diff)
wuzz-bin: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
Diffstat (limited to 'bin-http')
-rwxr-xr-xbin-http/wuzz-bin/DETAILS2
-rw-r--r--bin-http/wuzz-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-http/wuzz-bin/DETAILS b/bin-http/wuzz-bin/DETAILS
index 4e1a74d..6607f92 100755
--- a/bin-http/wuzz-bin/DETAILS
+++ b/bin-http/wuzz-bin/DETAILS
@@ -1,7 +1,7 @@
SPELL=wuzz-bin
SPELLX=${SPELL/-bin}
VERSION=0.4.0
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=amd64
SOURCE_HASH=sha512:26d7dba24e9f71c1215f5835d6820d061b7eb90277895e431ebaa75e295e78b0837a0b26bb59f2580c10e76d0f2a71fe65f50e5c2b18880e3e6b4e2c0e4ca29e
else
diff --git a/bin-http/wuzz-bin/HISTORY b/bin-http/wuzz-bin/HISTORY
index 865bf4d..0836b03 100644
--- a/bin-http/wuzz-bin/HISTORY
+++ b/bin-http/wuzz-bin/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2017-09-23 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, {PRE_,}BUILD, INSTALL, CONFLICTS: created spell, version
0.4.0