From 6929ac565779628f7d8b8801b7875d4d9babbfc0 Mon Sep 17 00:00:00 2001 From: yetist Date: Wed, 14 Dec 2022 00:27:31 +0000 Subject: Bug 1730353 - Add support for the LoongArch 64-bit architecture. r=nss-reviewers,djackson Differential Revision: https://phabricator.services.mozilla.com/D142421 --- coreconf/config.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreconf') 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', ], -- cgit v1.2.1