summaryrefslogtreecommitdiffstats
path: root/bin-net
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commit33251808bb7b9598f9609141ba9a78fa6592f39a (patch)
tree9b7aca42f0b6741b511c79da78035064201e28cc /bin-net
parent190942b79fceecfe2ca634337f19ba1fbf747c62 (diff)
wire-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-net')
-rwxr-xr-xbin-net/wire-bin/DETAILS2
-rw-r--r--bin-net/wire-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-net/wire-bin/DETAILS b/bin-net/wire-bin/DETAILS
index 08f910a..3c0b0dd 100755
--- a/bin-net/wire-bin/DETAILS
+++ b/bin-net/wire-bin/DETAILS
@@ -1,6 +1,6 @@
SPELL=wire-bin
SPELLX=Wire
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
VERSION=3.9.2895
ARCH=amd64
SOURCE_HASH=sha512:8574ccd6971173e9bc83367fb11fe417475777cd8b2b0f65ab55df2a6282e059fbb655759ce13935cdabd6464cbc9cc12d2b44420bd889aac87979febfb7d622
diff --git a/bin-net/wire-bin/HISTORY b/bin-net/wire-bin/HISTORY
index 0395eb4..9a6ca93 100644
--- a/bin-net/wire-bin/HISTORY
+++ b/bin-net/wire-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.
+
2019-04-07 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 3.9.2895 (amd64)