Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f75efe3

Browse files
authored
Add entry for riscv64gc-unknown-netbsd (to support NetBSD/riscv64). (alexcrichton#199)
1 parent b6c9b30 commit f75efe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ impl Build {
299299
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
300300
"riscv64gc-unknown-freebsd" => "BSD-riscv64",
301301
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
302+
"riscv64gc-unknown-netbsd" => "BSD-generic64",
302303
"s390x-unknown-linux-gnu" => "linux64-s390x",
303304
"sparc64-unknown-netbsd" => "BSD-generic64",
304305
"s390x-unknown-linux-musl" => "linux64-s390x",

0 commit comments

Comments
 (0)