summaryrefslogtreecommitdiffstats
path: root/bin-security
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commit2c0ce5e34b453fbca7971df93d525cb3fb523fe3 (patch)
tree93b289f83466e0ce38a07574257566631e0ce52e /bin-security
parent33251808bb7b9598f9609141ba9a78fa6592f39a (diff)
lego-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-security')
-rwxr-xr-xbin-security/lego-bin/DETAILS2
-rw-r--r--bin-security/lego-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-security/lego-bin/DETAILS b/bin-security/lego-bin/DETAILS
index 6d64b3a..6dd2631 100755
--- a/bin-security/lego-bin/DETAILS
+++ b/bin-security/lego-bin/DETAILS
@@ -1,7 +1,7 @@
SPELL=lego-bin
SPELLX=${SPELL/-bin/}
VERSION=1.0.1
-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:d94243eb888320ffa66d3ceb665c9dbf524679c966013debaabd52cf31874712e088ac87c86a7d92b45fd37a1280e22e421caf94c139f74a647bd31c33d8744c
else
diff --git a/bin-security/lego-bin/HISTORY b/bin-security/lego-bin/HISTORY
index 1e3b915..2ac6edc 100644
--- a/bin-security/lego-bin/HISTORY
+++ b/bin-security/lego-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.
+
2018-06-03 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.0.1; updated source, source URL
* PRE_BUILD: added, to create source directory