From e6760e3e84caa341e6b93d87d98edcbccd2d3003 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 25 Apr 2021 19:29:45 +0200 Subject: [PATCH] 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) --- 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 {