summaryrefslogtreecommitdiff
path: root/coreconf
diff options
context:
space:
mode:
authorMichael Shigorin <mike@altlinux.org>2020-09-08 12:15:51 -0700
committerMichael Shigorin <mike@altlinux.org>2020-09-08 12:15:51 -0700
commit2c54b280a95741317f2f8fa083ee274ca3f62d96 (patch)
tree3b679be78fe8b91786fc0bc99ce08ff3bdb5ebaf /coreconf
parent31d580cf6fbd78283528070368fb21dd6060eff7 (diff)
downloadnss-hg-2c54b280a95741317f2f8fa083ee274ca3f62d96.tar.gz
Bug 1663346 - Build e2k architecture as 64-bit r=jcj
Diffstat (limited to 'coreconf')
-rw-r--r--coreconf/config.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreconf/config.gypi b/coreconf/config.gypi
index d8bf7bcd2..696a204ad 100644
--- a/coreconf/config.gypi
+++ b/coreconf/config.gypi
@@ -206,7 +206,7 @@
},
},
}],
- [ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64" or target_arch=="ppc64" or target_arch=="ppc64le" or target_arch=="s390x" or target_arch=="mips64"', {
+ [ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64" or target_arch=="ppc64" or target_arch=="ppc64le" or target_arch=="s390x" or target_arch=="mips64" or target_arch=="e2k"', {
'defines': [
'NSS_USE_64',
],