Add system guessing for linux64-riscv64 target
authorAndreas Schwab <schwab@suse.de>
Sun, 25 Apr 2021 17:29:45 +0000 (19:29 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 27 Apr 2021 15:05:20 +0000 (17:05 +0200)
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)

util/perl/OpenSSL/config.pm

index 4b40a62fd8cd490eefa57569fb5fa3005264a653..79e8c29d7190c3631528873fc3ae6b7d8c85527a 100755 (executable)
@@ -679,6 +679,7 @@ EOF
         }
       ],
       [ '.*86-.*-linux1',         { target => "linux-aout" } ],
+      [ 'riscv64-.*-linux.',      { target => "linux64-riscv64" } ],
       [ '.*-.*-linux.',           { target => "linux-generic32" } ],
       [ 'sun4[uv].*-.*-solaris2',
         sub {