Browse Source
Merge pull request #287 from glaubitz/powerpcspe
Add powerpc-unknown-linux-gnuspe cross-compile target
cl-test
Alex Crichton
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/lib.rs
|
|
@ -1526,6 +1526,7 @@ impl Build { |
|
|
|
"mips64-unknown-linux-gnuabi64" => Some("mips64-linux-gnuabi64"), |
|
|
|
"mips64el-unknown-linux-gnuabi64" => Some("mips64el-linux-gnuabi64"), |
|
|
|
"powerpc-unknown-linux-gnu" => Some("powerpc-linux-gnu"), |
|
|
|
"powerpc-unknown-linux-gnuspe" => Some("powerpc-linux-gnuspe"), |
|
|
|
"powerpc-unknown-netbsd" => Some("powerpc--netbsd"), |
|
|
|
"powerpc64-unknown-linux-gnu" => Some("powerpc-linux-gnu"), |
|
|
|
"powerpc64le-unknown-linux-gnu" => Some("powerpc64le-linux-gnu"), |
|
|
|