Skip to content

Commit

Permalink
Support targets popwerpc64(le)-unknown-linux-musl (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored May 10, 2021
1 parent da063c1 commit d09d550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,10 @@ impl Build {
"powerpc-unknown-linux-gnu" => "linux-ppc",
"powerpc64-unknown-freebsd" => "BSD-generic64",
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
"powerpc64-unknown-linux-musl" => "linux-ppc64",
"powerpc64le-unknown-freebsd" => "BSD-generic64",
"powerpc64le-unknown-linux-gnu" => "linux-ppc64le",
"powerpc64le-unknown-linux-musl" => "linux-ppc64le",
"riscv64gc-unknown-linux-gnu" => "linux-generic64",
"s390x-unknown-linux-gnu" => "linux64-s390x",
"x86_64-apple-darwin" => "darwin64-x86_64-cc",
Expand Down

0 comments on commit d09d550

Please sign in to comment.