summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2021-04-25 19:29:45 +0200
committerRichard Levitte <levitte@openssl.org>2021-04-27 17:05:20 +0200
commite6760e3e84caa341e6b93d87d98edcbccd2d3003 (patch)
treebf8157d2a0471a829475dda7d8031c98f99d6b54 /util
parente466dc3646bc15fa928366a2c64ed987daab5b2c (diff)
Add system guessing for linux64-riscv64 target
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15023)
Diffstat (limited to 'util')
-rwxr-xr-xutil/perl/OpenSSL/config.pm1
1 files changed, 1 insertions, 0 deletions
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 {