summaryrefslogtreecommitdiffstats
path: root/bin-http
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:46:01 +0000
committerEric Sandall2019-07-09 03:46:01 +0000
commitb05a9f74bf4176f508dbcfcc42070ab66c63e201 (patch)
treeae74b282c8c56d7e1f6a9d7e227d4b912148f425 /bin-http
parent728af5103ec8b8930a4c4be057b70804ea86148e (diff)
palemoon-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-http')
-rwxr-xr-xbin-http/palemoon-bin/DETAILS2
-rw-r--r--bin-http/palemoon-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-http/palemoon-bin/DETAILS b/bin-http/palemoon-bin/DETAILS
index a3a039b..97a718a 100755
--- a/bin-http/palemoon-bin/DETAILS
+++ b/bin-http/palemoon-bin/DETAILS
@@ -2,7 +2,7 @@
SPELLX=${SPELL/-bin}
VERSION=28.6.0.1
SECURITY_PATCH=12
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=x86_64
else
ARCH=i686
diff --git a/bin-http/palemoon-bin/HISTORY b/bin-http/palemoon-bin/HISTORY
index 1658636..c300080 100644
--- a/bin-http/palemoon-bin/HISTORY
+++ b/bin-http/palemoon-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-07-05 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 28.6.0.1