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
commit728af5103ec8b8930a4c4be057b70804ea86148e (patch)
treee63c1f7440785ab47a2e2b46af0dd94a54117df9 /bin-http
parentc2899e4ae5d43251da78e50740718060409f7e3c (diff)
google-chrome-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/google-chrome-bin/DETAILS2
-rw-r--r--bin-http/google-chrome-bin/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/bin-http/google-chrome-bin/DETAILS b/bin-http/google-chrome-bin/DETAILS
index af30eb9..472c2fd 100755
--- a/bin-http/google-chrome-bin/DETAILS
+++ b/bin-http/google-chrome-bin/DETAILS
@@ -17,7 +17,7 @@ then
VERSION=$VERSION-$(date +%Y%m%d)
fi
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]
then
SOURCE=${SPELL/-bin/}-${VERSION/-*}_x86_64.rpm
else
diff --git a/bin-http/google-chrome-bin/HISTORY b/bin-http/google-chrome-bin/HISTORY
index 2438841..ca646f6 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-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.
+
2015-09-06 Jeremy Blosser <jblosser@sourcemage.org>
* DEPENDS: nss needs to be 3.19.x
* PRE_BUILD: Extended .desktop name fix for beta as well