From: Hongren (Zenithal) Zheng Date: Fri, 13 May 2022 19:35:27 +0000 (+0800) Subject: Add riscv64 asm_arch to BSD-riscv64 target X-Git-Tag: openssl-3.2.0-alpha1~2618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1460afdfcb3c90df612896d40d35c6627a5967c;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18309) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 7735c949112..a53f1f6efdc 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" => {