summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorHongren (Zenithal) Zheng <i@zenithal.me>2022-05-14 03:35:27 +0800
committerPauli <pauli@openssl.org>2022-05-25 12:58:08 +1000
commitd1460afdfcb3c90df612896d40d35c6627a5967c (patch)
tree337a01f8646b941f7ad5c9e704ad02bbe82af4ad /Configurations
parent828613c3e44ca1de6407a37d34de64c673ca61e9 (diff)
Add riscv64 asm_arch to BSD-riscv64 target
Following cb2764f2a8 Add riscv64 asm_arch to linux64-riscv64 target Current ASM does not have Linux specific thing thus this is suitable for BSD Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18309)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 7735c94911..a53f1f6efd 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1108,6 +1108,7 @@ my %targets = (
"BSD-riscv64" => {
inherit_from => [ "BSD-generic64"],
perlasm_scheme => "linux64",
+ asm_arch => 'riscv64',
},
"bsdi-elf-gcc" => {