summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:44 +0000
committerEric Sandall2019-07-09 03:24:44 +0000
commit432a2b53ad8c1d4872462e21b2d943ed3be11a4e (patch)
tree77a0f3cf202a480f3a65d3bb29c137e3d62ba404 /database
parent845471e02d1bb4baa9c37a3b824cba4c8a1e7c19 (diff)
sophia: 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 'database')
-rw-r--r--database/sophia/HISTORY5
-rwxr-xr-xdatabase/sophia/INSTALL2
2 files changed, 6 insertions, 1 deletions
diff --git a/database/sophia/HISTORY b/database/sophia/HISTORY
index c2a1d7877f..866d55dea5 100644
--- a/database/sophia/HISTORY
+++ b/database/sophia/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.
+
2016-08-17 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 2.2, fixed SOURCE_URL[0] and SOURCE_DIRECTORY
for stable branch
diff --git a/database/sophia/INSTALL b/database/sophia/INSTALL
index 684821d22f..921a26ac10 100755
--- a/database/sophia/INSTALL
+++ b/database/sophia/INSTALL
@@ -1,5 +1,5 @@
install sophia.h ${INSTALL_ROOT}/usr/include &&
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
suffix="64"
else
suffix=""