We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbb10d commit a27019cCopy full SHA for a27019c
src/lib.rs
@@ -272,6 +272,7 @@ impl Build {
272
"powerpc64le-unknown-freebsd" => "BSD-generic64",
273
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
274
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
275
+ "riscv64gc-unknown-freebsd" => "BSD-generic64",
276
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
277
"s390x-unknown-linux-gnu" => "linux64-s390x",
278
"s390x-unknown-linux-musl" => "linux64-s390x",
0 commit comments