]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #58986 - cuviper:ppc64-binutils, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Tue, 19 Mar 2019 20:34:01 +0000 (04:34 +0800)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2019 20:34:01 +0000 (04:34 +0800)
[CI] Update binutils for powerpc64 and powerpc64le

Cargo powerpc64 and powerpc64le are seeing `SIGILL` crashes in openssl,
which was found to be a linking problem, fixed by newer binutils. See
<https://github.com/rust-lang/rust/issues/57345#issuecomment-462094555>

For powerpc64 we're using crosstool-ng, which doesn't offer a newer
binutils version, but we can just compile it separately. On powerpc64le
we're already building binutils. Both are now updated to binutils 2.32.

Closes rust-lang/cargo#6320
Closes rust-lang/rust#57345
Closes rust-lang/rustup.rs#1620

r? @alexcrichton


Trivial merge