summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commitac739c889255920fccea05eee0b35c0476a68136 (patch)
tree2ff0c2c0da61183bad5c4c0d57a1c6bbe54bdac3 /bin-utils
parent2c0ce5e34b453fbca7971df93d525cb3fb523fe3 (diff)
kubectl-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-utils')
-rwxr-xr-xbin-utils/kubectl-bin/DETAILS2
-rw-r--r--bin-utils/kubectl-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-utils/kubectl-bin/DETAILS b/bin-utils/kubectl-bin/DETAILS
index 89f67aa..9837794 100755
--- a/bin-utils/kubectl-bin/DETAILS
+++ b/bin-utils/kubectl-bin/DETAILS
@@ -1,6 +1,6 @@
SPELL=kubectl-bin
VERSION=1.11.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:a1831c3feb1d534a12cc3e5b6a90fd1c963a2df1e07a2e2f3f1c8f928f99a564ab273982bf970dcb29b63f890c76f92ebb484fb906d09b43fe1a1cc9858a9ad9
else
diff --git a/bin-utils/kubectl-bin/HISTORY b/bin-utils/kubectl-bin/HISTORY
index 014977f..883bb7a 100644
--- a/bin-utils/kubectl-bin/HISTORY
+++ b/bin-utils/kubectl-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-07-22 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.11.0