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)
This commit is contained in:
Andreas Schwab 2021-04-25 19:29:45 +02:00 committed by Richard Levitte
parent e466dc3646
commit e6760e3e84

View File

@ -679,6 +679,7 @@ EOF
}
],
[ '.*86-.*-linux1', { target => "linux-aout" } ],
[ 'riscv64-.*-linux.', { target => "linux64-riscv64" } ],
[ '.*-.*-linux.', { target => "linux-generic32" } ],
[ 'sun4[uv].*-.*-solaris2',
sub {