Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm-musl targets now use cfg(target_env = "musl") #341

Merged
merged 1 commit into from
Jul 27, 2016
Merged

arm-musl targets now use cfg(target_env = "musl") #341

merged 1 commit into from
Jul 27, 2016

Conversation

japaric
Copy link
Member

@japaric japaric commented Jul 27, 2016

As decided on rust-lang/rust#33244, the upcoming ARM musl targets will use musl (instead of musleabi/musleabihf) as their target_env.

r? @alexcrichton
cc @timonvo

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Contributor

bors commented Jul 27, 2016

📌 Commit 23a5092 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jul 27, 2016

⌛ Testing commit 23a5092 with merge d76e194...

bors added a commit that referenced this pull request Jul 27, 2016
arm-musl targets now use cfg(target_env = "musl")

As decided on rust-lang/rust#33244, the upcoming ARM musl targets will use musl (instead of musleabi/musleabihf) as their target_env.

r? @alexcrichton
cc @timonvo
@alexcrichton alexcrichton merged commit 5066b7d into rust-lang:master Jul 27, 2016
@alexcrichton
Copy link
Member

(homu's been slow but CI otherwise passed)

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 30, 2016
Add ARM MUSL targets

Rebase of rust-lang#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
bors added a commit to rust-lang/rust that referenced this pull request Jul 31, 2016
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants