Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deps: add riscv64 config into openssl gypi
  • Loading branch information
luyahan committed Oct 18, 2021
commit 755d8301137b7832f3ae7f4f9bb05dde7cdca71c
2 changes: 2 additions & 0 deletions deps/openssl/openssl-cl_no_asm.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 2 additions & 0 deletions deps/openssl/openssl-fips_no_asm.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 2 additions & 0 deletions deps/openssl/openssl_no_asm.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down