From: Andreas Schwab Date: Sun, 25 Apr 2021 17:29:45 +0000 (+0200) Subject: Add system guessing for linux64-riscv64 target X-Git-Tag: openssl-3.0.0-alpha16~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6760e3e84caa341e6b93d87d98edcbccd2d3003;p=thirdparty%2Fopenssl.git Add system guessing for linux64-riscv64 target CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/15023) --- diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm index 4b40a62fd8c..79e8c29d719 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 {