mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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:
parent
e466dc3646
commit
e6760e3e84
@ -679,6 +679,7 @@ EOF
|
||||
}
|
||||
],
|
||||
[ '.*86-.*-linux1', { target => "linux-aout" } ],
|
||||
[ 'riscv64-.*-linux.', { target => "linux64-riscv64" } ],
|
||||
[ '.*-.*-linux.', { target => "linux-generic32" } ],
|
||||
[ 'sun4[uv].*-.*-solaris2',
|
||||
sub {
|
||||
|
Loading…
x
Reference in New Issue
Block a user