| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,6 +45,8 @@ | |||
| 45 | 45 | 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], | |
| 46 | 46 | }, 'target_arch=="mips64el" and OS=="linux"', { | |
| 47 | 47 | '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'], | ||
| 48 | 50 | }, { | |
| 49 | 51 | # Other architectures don't use assembly | |
| 50 | 52 | 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,6 +46,8 @@ | |||
| 46 | 46 | 'includes': ['config/archs/linux-x86_64/no-asm/openssl-fips.gypi'], | |
| 47 | 47 | }, 'target_arch=="mips64el" and OS=="linux"', { | |
| 48 | 48 | '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'], | ||
| 49 | 51 | }, { | |
| 50 | 52 | # Other architectures don't use assembly | |
| 51 | 53 | 'includes': ['config/archs/linux-x86_64/no-asm/openssl-fips.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,6 +46,8 @@ | |||
| 46 | 46 | 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], | |
| 47 | 47 | }, 'target_arch=="mips64el" and OS=="linux"', { | |
| 48 | 48 | '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'], | ||
| 49 | 51 | }, { | |
| 50 | 52 | # Other architectures don't use assembly | |
| 51 | 53 | 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments