[openssl] master update
tomas at openssl.org
tomas at openssl.org
Thu Apr 1 13:24:01 UTC 2021
The branch master has been updated
via c29554245ae107c87d71c8463eef0134391da318 (commit)
from 975e37cd016f86985d16f1ee646e88213494854a (commit)
- Log -----------------------------------------------------------------
commit c29554245ae107c87d71c8463eef0134391da318
Author: luyahan <yahan at iscas.ac.cn>
Date: Mon Mar 29 16:33:23 2021 +0900
Add riscv64 target
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14723)
-----------------------------------------------------------------------
Summary of changes:
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
More information about the openssl-commits
mailing list