mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
deps: add riscv64 config into openssl gypi
PR-URL: https://github.com/nodejs/node/pull/40473 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
0d59d0d1c3
commit
68dc180011
2
deps/openssl/openssl-cl_no_asm.gypi
vendored
2
deps/openssl/openssl-cl_no_asm.gypi
vendored
@@ -45,6 +45,8 @@
|
||||
'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],
|
||||
}, 'target_arch=="mips64el" and OS=="linux"', {
|
||||
'includes': ['config/archs/linux64-mips64/no-asm/openssl-cl.gypi'],
|
||||
}, 'target_arch=="riscv64" and OS=="linux"', {
|
||||
'includes': ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi'],
|
||||
}, {
|
||||
# Other architectures don't use assembly
|
||||
'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'],
|
||||
|
||||
2
deps/openssl/openssl-fips_no_asm.gypi
vendored
2
deps/openssl/openssl-fips_no_asm.gypi
vendored
@@ -46,6 +46,8 @@
|
||||
'includes': ['config/archs/linux-x86_64/no-asm/openssl-fips.gypi'],
|
||||
}, 'target_arch=="mips64el" and OS=="linux"', {
|
||||
'includes': ['config/archs/linux64-mips64/no-asm/openssl-fips.gypi'],
|
||||
}, 'target_arch=="riscv64" and OS=="linux"', {
|
||||
'includes': ['config/archs/linux64-riscv64/no-asm/openssl-fips.gypi'],
|
||||
}, {
|
||||
# Other architectures don't use assembly
|
||||
'includes': ['config/archs/linux-x86_64/no-asm/openssl-fips.gypi'],
|
||||
|
||||
2
deps/openssl/openssl_no_asm.gypi
vendored
2
deps/openssl/openssl_no_asm.gypi
vendored
@@ -46,6 +46,8 @@
|
||||
'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
|
||||
}, 'target_arch=="mips64el" and OS=="linux"', {
|
||||
'includes': ['config/archs/linux64-mips64/no-asm/openssl.gypi'],
|
||||
}, 'target_arch=="riscv64" and OS=="linux"', {
|
||||
'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'],
|
||||
}, {
|
||||
# Other architectures don't use assembly
|
||||
'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
|
||||
|
||||
Reference in New Issue
Block a user