summaryrefslogtreecommitdiffstats
path: root/lua-forge
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:49 +0000
committerEric Sandall2019-07-09 03:24:49 +0000
commitfc2e4b1fa091529cdc438b477259b181ba103509 (patch)
treef131ec8f6ceef3fc5f47db95a6a752d5bca1bdfa /lua-forge
parent79b15acb864b4ea4d20eff12ae18b029fd3e8891 (diff)
lua: 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 'lua-forge')
-rwxr-xr-xlua-forge/lua/BUILD2
-rw-r--r--lua-forge/lua/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/lua-forge/lua/BUILD b/lua-forge/lua/BUILD
index a3bd3d7bb9..0d7175c753 100755
--- a/lua-forge/lua/BUILD
+++ b/lua-forge/lua/BUILD
@@ -1,4 +1,4 @@
-if [ "${SMGL_COMPAT_ARCHS[1]}" = x86_64 ]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
CFLAGS="${CFLAGS} -fPIC"
fi &&
diff --git a/lua-forge/lua/HISTORY b/lua-forge/lua/HISTORY
index 1367e4308c..043e7b8b18 100644
--- a/lua-forge/lua/HISTORY
+++ b/lua-forge/lua/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-10 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 5.3.5