Add riscv64 asm_arch to BSD-riscv64 target
authorHongren (Zenithal) Zheng <i@zenithal.me>
Fri, 13 May 2022 19:35:27 +0000 (03:35 +0800)
committerPauli <pauli@openssl.org>
Wed, 25 May 2022 02:58:08 +0000 (12:58 +1000)
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)

Configurations/10-main.conf

index 7735c9491124a659ea27772996e5b18c86040ae9..a53f1f6efdc50f62741a93047cfdfb5cf6cb8e53 100644 (file)
@@ -1108,6 +1108,7 @@ my %targets = (
     "BSD-riscv64" => {
         inherit_from     => [ "BSD-generic64"],
         perlasm_scheme   => "linux64",
+        asm_arch         => 'riscv64',
     },
 
     "bsdi-elf-gcc" => {