summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 02:58:47 +0000
committerEric Sandall2019-07-09 02:58:47 +0000
commitade28d5de23110d47b730d408cce804c061853b0 (patch)
tree8f9b5f50c463b853a261b18b1ecc4e267817f1d7 /crypto
parent60411f57ef40d8847804be5162ffbb530ff56411 (diff)
nss: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCH[1] from x86_64 to em64t.
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/nss/BUILD3
-rw-r--r--crypto/nss/HISTORY5
2 files changed, 7 insertions, 1 deletions
diff --git a/crypto/nss/BUILD b/crypto/nss/BUILD
index 233477dd91..7a8d66f3f9 100755
--- a/crypto/nss/BUILD
+++ b/crypto/nss/BUILD
@@ -1,7 +1,8 @@
MAKE_OPTS="BUILD_OPT=1 NSS_USE_SYSTEM_SQLITE=1 NSS_ENABLE_ECC=1 NSS_ENABLE_WERROR=0 NSS_DISABLE_GTESTS=1" &&
persistent_add MAKE_OPTS &&
-if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ||
+ ${SMGL_COMPAT_ARCHS[1]} == "em64t" ]]; then
MAKE_OPTS="$MAKE_OPTS USE_64=1"
fi &&
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 5703b0f3c2..748c57d622 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * BUILD: Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCH[1] from x86_64 to em64t.
+
2019-06-25 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 3.44.1 for 3.44 branch