From b519a466330c3f96f4a6deaab3f8b4818fd7f321 Mon Sep 17 00:00:00 2001 From: Makoto Kato Date: Mon, 7 Jun 2021 06:40:16 +0000 Subject: Bug 1714719 - Set NSS_USE_64 on riscv64 target when using GYP/Ninja. r=bbeurdouche Differential Revision: https://phabricator.services.mozilla.com/D116922 --- 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 eec50ddbb..5800f8791 100644 --- a/coreconf/config.gypi +++ b/coreconf/config.gypi @@ -209,7 +209,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"', { + [ '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"', { 'defines': [ 'NSS_USE_64', ], -- cgit v1.2.1