Skip to content

Commit

Permalink
Add match for powerpc-unknown-linux-gnuspe (alexcrichton#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Feb 21, 2023
1 parent 29cb0b3 commit 4879299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ impl Build {
"mipsel-unknown-linux-musl" => "linux-mips32",
"powerpc-unknown-freebsd" => "BSD-generic32",
"powerpc-unknown-linux-gnu" => "linux-ppc",
"powerpc-unknown-linux-gnuspe" => "linux-ppc",
"powerpc64-unknown-freebsd" => "BSD-generic64",
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
"powerpc64-unknown-linux-musl" => "linux-ppc64",
Expand Down

0 comments on commit 4879299

Please sign in to comment.