Skip to content

Commit 4879299

Browse files
authored
Add match for powerpc-unknown-linux-gnuspe (alexcrichton#179)
1 parent 29cb0b3 commit 4879299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ impl Build {
273273
"mipsel-unknown-linux-musl" => "linux-mips32",
274274
"powerpc-unknown-freebsd" => "BSD-generic32",
275275
"powerpc-unknown-linux-gnu" => "linux-ppc",
276+
"powerpc-unknown-linux-gnuspe" => "linux-ppc",
276277
"powerpc64-unknown-freebsd" => "BSD-generic64",
277278
"powerpc64-unknown-linux-gnu" => "linux-ppc64",
278279
"powerpc64-unknown-linux-musl" => "linux-ppc64",

0 commit comments

Comments
 (0)