summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorluyahan <yahan@iscas.ac.cn>2021-03-29 16:33:23 +0900
committerTomas Mraz <tomas@openssl.org>2021-04-01 15:23:48 +0200
commitc29554245ae107c87d71c8463eef0134391da318 (patch)
tree8479c565e5c8088bb561606eff8fecce6e205542 /Configurations
parent975e37cd016f86985d16f1ee646e88213494854a (diff)
Add riscv64 target
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14723)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf7
1 files changed, 7 insertions, 0 deletions
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