Skip to content

Commit a44a88d

Browse files
authored
Switch riscv64gc-unknown-freebsd to BSD-riscv64 (alexcrichton#129)
1 parent 5c32e29 commit a44a88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ impl Build {
278278
"powerpc64le-unknown-freebsd" => "BSD-generic64",
279279
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
280280
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
281-
"riscv64gc-unknown-freebsd" => "BSD-generic64",
281+
"riscv64gc-unknown-freebsd" => "BSD-riscv64",
282282
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
283283
"s390x-unknown-linux-gnu" => "linux64-s390x",
284284
"s390x-unknown-linux-musl" => "linux64-s390x",

0 commit comments

Comments
 (0)