summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorHongren (Zenithal) Zheng <i@zenithal.me>2022-05-14 03:35:27 +0800
committerTomas Mraz <tomas@openssl.org>2022-11-21 10:49:52 +0100
commitc251c628f807a4b9cbbab8f2dea8d2286df27dc7 (patch)
tree00c9bd227fea52fbb52bfd7925df0e5c8d5e3de5 /Configurations
parent2e7f6ca65d49b9321431192f916667e29651c851 (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) (cherry picked from commit d1460afdfcb3c90df612896d40d35c6627a5967c)
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 0702f1bdd1..e231a1a0db 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" => {