Skip to content

Commit

Permalink
Add riscv64 asm_arch to BSD-riscv64 target
Browse files Browse the repository at this point in the history
Following cb2764f 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 #18309)

(cherry picked from commit d1460af)
  • Loading branch information
ZenithalHourlyRate authored and t8m committed Nov 21, 2022
1 parent 2e7f6ca commit c251c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configurations/10-main.conf
Expand Up @@ -1108,6 +1108,7 @@ my %targets = (
"BSD-riscv64" => {
inherit_from => [ "BSD-generic64"],
perlasm_scheme => "linux64",
asm_arch => 'riscv64',
},

"bsdi-elf-gcc" => {
Expand Down

0 comments on commit c251c62

Please sign in to comment.