From c29554245ae107c87d71c8463eef0134391da318 Mon Sep 17 00:00:00 2001 From: luyahan Date: Mon, 29 Mar 2021 16:33:23 +0900 Subject: Add riscv64 target Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14723) --- Configurations/10-main.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index ef892b555a..9529bbfe5c 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 -- cgit v1.2.3