]> git.lizzy.rs Git - rust.git/commit
Auto merge of #35060 - japaric:arm-musl, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 31 Jul 2016 06:21:46 +0000 (23:21 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Jul 2016 06:21:46 +0000 (23:21 -0700)
commit724f811794bf30141922eb9ff26cd9ce7febe64e
treefd75396b366bee728b0b2036c86170118b991538
parentc267ab4e3b40dddde3804b8b80321049d9879eb9
parenteb6173806d972b839711139ae107dda690febe3a
Auto merge of #35060 - japaric:arm-musl, r=alexcrichton

Add ARM MUSL targets

Rebase of #33189.

I tested this by producing a std for `arm-unknown-linux-musleabi` then I cross compiled Hello world to said target. Checked that the produced binary was statically linked and verified that the binary worked under QEMU.

This depends on rust-lang/libc#341. I'll have to update this PR after that libc PR is merged.

I'm also working on generating ARM musl cross toolchain via crosstool-ng. Once I verified those work, I'll send a PR to rust-buildbot.

r? @alexcrichton
cc @timonvo