]> git.lizzy.rs Git - rust.git/commit
Auto merge of #31525 - antonblanchard:powerpc64_merge4, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 11 Feb 2016 10:56:45 +0000 (10:56 +0000)
committerbors <bors@rust-lang.org>
Thu, 11 Feb 2016 10:56:45 +0000 (10:56 +0000)
commitf5f8e0bfbeee2abc425f26a3ad36430f23010e69
tree1b8caba3ed5a145048de53f90f9ac0365337a9b5
parent060848c31534284ed06cd63c5dbb41e2e839d2b0
parentafdf179d84dc4aa290c38604b5f35b1ef669fd65
Auto merge of #31525 - antonblanchard:powerpc64_merge4, r=alexcrichton

We no longer have a separate powerpc64 and powerpc64le target_arch, and instead use target_endian to select between the two. These patches fix a couple of remaining issues.