From d1460afdfcb3c90df612896d40d35c6627a5967c Mon Sep 17 00:00:00 2001 From: "Hongren (Zenithal) Zheng" Date: Sat, 14 May 2022 03:35:27 +0800 Subject: [PATCH] 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) --- Configurations/10-main.conf | 1 + 1 file changed, 1 insertion(+) 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" => { -- 2.39.2