summaryrefslogtreecommitdiff
path: root/coreconf
diff options
context:
space:
mode:
authoryetist <yetist@gmail.com>2022-12-14 00:27:31 +0000
committeryetist <yetist@gmail.com>2022-12-14 00:27:31 +0000
commit6929ac565779628f7d8b8801b7875d4d9babbfc0 (patch)
tree883aa929c2c710a045167e767b1c82614fa476d8 /coreconf
parent11526a89fd22a85d5665345c939b0c6e26b0a094 (diff)
downloadnss-hg-6929ac565779628f7d8b8801b7875d4d9babbfc0.tar.gz
Bug 1730353 - Add support for the LoongArch 64-bit architecture. r=nss-reviewers,djackson
Differential Revision: https://phabricator.services.mozilla.com/D142421
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 1d731ad85..85c8d36db 100644
--- a/coreconf/config.gypi
+++ b/coreconf/config.gypi
@@ -217,7 +217,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" or target_arch=="e2k" or target_arch=="riscv64"', {
+ [ '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" or target_arch=="riscv64" or target_arch=="loongarch64"', {
'defines': [
'NSS_USE_64',
],