Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdf5c44

Browse filesBrowse files
luyahantargos
authored andcommitted
deps: add riscv64 config into openssl gypi
PR-URL: #40473 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent ed04827 commit cdf5c44
Copy full SHA for cdf5c44

File tree

Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎deps/openssl/openssl-cl_no_asm.gypi‎

Copy file name to clipboardExpand all lines: deps/openssl/openssl-cl_no_asm.gypi
+2Lines changed: 2 additions & 0 deletions
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'],
Collapse file

‎deps/openssl/openssl-fips_no_asm.gypi‎

Copy file name to clipboardExpand all lines: deps/openssl/openssl-fips_no_asm.gypi
+2Lines changed: 2 additions & 0 deletions
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'],
Collapse file

‎deps/openssl/openssl_no_asm.gypi‎

Copy file name to clipboardExpand all lines: deps/openssl/openssl_no_asm.gypi
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.