Skip to content

Commit 68dc180

Browse files
luyahannodejs-github-bot
authored andcommitted
deps: add riscv64 config into openssl gypi
PR-URL: nodejs#40473 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 0d59d0d commit 68dc180

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

deps/openssl/openssl-cl_no_asm.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],
4646
}, 'target_arch=="mips64el" and OS=="linux"', {
4747
'includes': ['config/archs/linux64-mips64/no-asm/openssl-cl.gypi'],
48+
}, 'target_arch=="riscv64" and OS=="linux"', {
49+
'includes': ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi'],
4850
}, {
4951
# Other architectures don't use assembly
5052
'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],

deps/openssl/openssl-fips_no_asm.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
'includes': ['config/archs/linux-x86_64/no-asm/openssl-fips.gypi'],
4747
}, 'target_arch=="mips64el" and OS=="linux"', {
4848
'includes': ['config/archs/linux64-mips64/no-asm/openssl-fips.gypi'],
49+
}, 'target_arch=="riscv64" and OS=="linux"', {
50+
'includes': ['config/archs/linux64-riscv64/no-asm/openssl-fips.gypi'],
4951
}, {
5052
# Other architectures don't use assembly
5153
'includes': ['config/archs/linux-x86_64/no-asm/openssl-fips.gypi'],

deps/openssl/openssl_no_asm.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
4747
}, 'target_arch=="mips64el" and OS=="linux"', {
4848
'includes': ['config/archs/linux64-mips64/no-asm/openssl.gypi'],
49+
}, 'target_arch=="riscv64" and OS=="linux"', {
50+
'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'],
4951
}, {
5052
# Other architectures don't use assembly
5153
'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],

0 commit comments

Comments
 (0)