Add support for BSD-riscv64 target
[openssl.git] / util / perl / OpenSSL / config.pm
index 50efef423ab2cac2eb529073a98f08973bc4ba98..fd4cce3c258f5278c73e189046f2b06bdbd0fdd4 100755 (executable)
@@ -742,6 +742,7 @@ EOF
       [ 'powerpc-.*-.*bsd.*',     { target => "BSD-ppc" } ],
       [ 'powerpc64-.*-.*bsd.*',   { target => "BSD-ppc64" } ],
       [ 'powerpc64le-.*-.*bsd.*', { target => "BSD-ppc64le" } ],
+      [ 'riscv64-.*-.*bsd.*',     { target => "BSD-riscv64" } ],
       [ 'sparc64-.*-.*bsd.*',     { target => "BSD-sparc64" } ],
       [ 'ia64-.*-.*bsd.*',        { target => "BSD-ia64" } ],
       [ 'x86_64-.*-dragonfly.*',  { target => "BSD-x86_64" } ],