[openssl] OpenSSL_1_1_1-stable update

tomas at openssl.org tomas at openssl.org
Tue Jun 29 10:19:04 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  efac3f67637b7e9b89a924c246577e16445d6e04 (commit)
      from  2357e6e94a46362dbf56eecfec6ffbaa8bd76a68 (commit)


- Log -----------------------------------------------------------------
commit efac3f67637b7e9b89a924c246577e16445d6e04
Author: luyahan <yahan at iscas.ac.cn>
Date:   Mon Mar 29 16:33:23 2021 +0900

    Add riscv64 target
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14724)

-----------------------------------------------------------------------

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 8dc3e858df..61c6689a0c 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -754,6 +754,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