Skip to content

Commit 35a571d

Browse files
authored
Add match for powerpc-unknown-linux-gnuspe (#206)
As was included in the release/111 branch in #179
1 parent 26dc3c8 commit 35a571d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ impl Build {
293293
"mipsel-unknown-linux-musl" => "linux-mips32",
294294
"powerpc-unknown-freebsd" => "BSD-ppc",
295295
"powerpc-unknown-linux-gnu" => "linux-ppc",
296+
"powerpc-unknown-linux-gnuspe" => "linux-ppc",
296297
"powerpc-unknown-netbsd" => "BSD-generic32",
297298
"powerpc64-unknown-freebsd" => "BSD-ppc64",
298299
"powerpc64-unknown-linux-gnu" => "linux-ppc64",

0 commit comments

Comments
 (0)