We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1182683 commit 9cc3301Copy full SHA for 9cc3301
src/lib.rs
@@ -248,6 +248,7 @@ impl Build {
248
"mips64el-unknown-linux-gnuabi64" => "linux64-mips64",
249
"mipsel-unknown-linux-gnu" => "linux-mips32",
250
"mipsel-unknown-linux-musl" => "linux-mips32",
251
+ "powerpc-unknown-freebsd" => "BSD-generic32",
252
"powerpc-unknown-linux-gnu" => "linux-ppc",
253
"powerpc64-unknown-freebsd" => "BSD-generic64",
254
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
0 commit comments