Skip to content

Commit

Permalink
Fix powerpc64le target_arch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 16, 2016
1 parent 2839e49 commit d5aac51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,6 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
("mips64", "64")
} else if target.starts_with("mips") {
("mips", "32")
} else if target.starts_with("powerpc64le") {
("powerpc64le", "64")
} else if target.starts_with("powerpc64") {
("powerpc64", "64")
} else if target.starts_with("powerpc") {
Expand Down

0 comments on commit d5aac51

Please sign in to comment.