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
commit85e7a2cf0a4cd6a6dd285087f72bd5eda6739f14 (patch)
treebe2b58174e32c4745c22064d187eea68b7a2f99a /bin-utils
parentac739c889255920fccea05eee0b35c0476a68136 (diff)
terraform-tool-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/terraform-tool-bin/DETAILS2
-rw-r--r--bin-utils/terraform-tool-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-utils/terraform-tool-bin/DETAILS b/bin-utils/terraform-tool-bin/DETAILS
index 3697f24..f79aa13 100755
--- a/bin-utils/terraform-tool-bin/DETAILS
+++ b/bin-utils/terraform-tool-bin/DETAILS
@@ -1,7 +1,7 @@
SPELL=terraform-tool-bin
SPELLX=${SPELL/-tool-bin/}
VERSION=0.11.7
-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:b7e2abb3d1fe6a36d0c0fcf72eb9412516ff413d8c69fcb6cc68a8ea34e675d464ecb72800f2242343b9bf7207c6082147b3a8e4b706671b117b690f9dab113e
else
diff --git a/bin-utils/terraform-tool-bin/HISTORY b/bin-utils/terraform-tool-bin/HISTORY
index 676e1c2..5b0a8b1 100644
--- a/bin-utils/terraform-tool-bin/HISTORY
+++ b/bin-utils/terraform-tool-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-04-10 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.11.7