Skip to content

Commit

Permalink
deps: add riscv64 config into openssl gypi
Browse files Browse the repository at this point in the history
PR-URL: #40473
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
luyahan authored and BethGriggs committed Nov 24, 2021
1 parent 836fc27 commit 769336a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/openssl/openssl-cl_no_asm.gypi
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_no_asm.gypi
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

0 comments on commit 769336a

Please sign in to comment.