Skip to content

Commit

Permalink
Support targets mips64(el)-unknown-linux-muslabi64 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored May 10, 2021
1 parent d09d550 commit 75a4f8f
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 @@ -247,7 +247,9 @@ impl Build {
"mips-unknown-linux-gnu" => "linux-mips32",
"mips-unknown-linux-musl" => "linux-mips32",
"mips64-unknown-linux-gnuabi64" => "linux64-mips64",
"mips64-unknown-linux-muslabi64" => "linux64-mips64",
"mips64el-unknown-linux-gnuabi64" => "linux64-mips64",
"mips64el-unknown-linux-muslabi64" => "linux64-mips64",
"mipsel-unknown-linux-gnu" => "linux-mips32",
"mipsel-unknown-linux-musl" => "linux-mips32",
"powerpc-unknown-freebsd" => "BSD-generic32",
Expand Down

0 comments on commit 75a4f8f

Please sign in to comment.