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 9e7d91a commit 546ccc6Copy full SHA for 546ccc6
src/lib.rs
@@ -195,6 +195,7 @@ impl Build {
195
"powerpc-unknown-linux-gnu" => "linux-ppc",
196
"powerpc64-unknown-freebsd" => "BSD-generic64",
197
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
198
+ "powerpc64le-unknown-freebsd" => "BSD-generic64",
199
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
200
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
201
"s390x-unknown-linux-gnu" => "linux64-s390x",
0 commit comments