Add support for BSD-riscv64 target
[openssl.git] / Configurations / 10-main.conf
index 071b1e5abead6c52c16522d05d220d42b8ab6973..ba224fba848d8a7d31b0fa74ebe0f8f9b87a5488 100644 (file)
@@ -1095,6 +1095,13 @@ my %targets = (
         perlasm_scheme   => "linux64le",
     },
 
+    # riscv64 below refers to contemporary RISCV Architecture
+    # specifications,
+    "BSD-riscv64" => {
+        inherit_from     => [ "BSD-generic64"],
+        perlasm_scheme   => "linux64",
+    },
+
     "bsdi-elf-gcc" => {
         inherit_from     => [ "BASE_unix" ],
         CC               => "gcc",