From: luyahan Date: Mon, 29 Mar 2021 07:33:23 +0000 (+0900) Subject: Add riscv64 target X-Git-Tag: openssl-3.0.0-alpha14~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29554245ae107c87d71c8463eef0134391da318;p=thirdparty%2Fopenssl.git Add riscv64 target Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14723) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index ef892b555ae..9529bbfe5c8 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -805,6 +805,13 @@ my %targets = ( multilib => "64", }, + # riscv64 below refers to contemporary RISCV Architecture + # specifications, + "linux64-riscv64" => { + inherit_from => [ "linux-generic64"], + perlasm_scheme => "linux64", + }, + #### IA-32 targets... #### These two targets are a bit aged and are to be used on older Linux #### machines where gcc doesn't understand -m32 and -m64