[openssl] master update
Richard Levitte
levitte at openssl.org
Tue Apr 27 15:05:53 UTC 2021
The branch master has been updated
via e6760e3e84caa341e6b93d87d98edcbccd2d3003 (commit)
from e466dc3646bc15fa928366a2c64ed987daab5b2c (commit)
- Log -----------------------------------------------------------------
commit e6760e3e84caa341e6b93d87d98edcbccd2d3003
Author: Andreas Schwab <schwab at suse.de>
Date: Sun Apr 25 19:29:45 2021 +0200
Add system guessing for linux64-riscv64 target
CLA: trivial
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15023)
-----------------------------------------------------------------------
Summary of changes:
util/perl/OpenSSL/config.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 4b40a62fd8..79e8c29d71 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -679,6 +679,7 @@ EOF
}
],
[ '.*86-.*-linux1', { target => "linux-aout" } ],
+ [ 'riscv64-.*-linux.', { target => "linux64-riscv64" } ],
[ '.*-.*-linux.', { target => "linux-generic32" } ],
[ 'sun4[uv].*-.*-solaris2',
sub {
More information about the openssl-commits
mailing list