Skip to content

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

Merged
alexcrichton merged 1 commit into
rust-lang:masterfrom
japaric:arm-musl
Jul 27, 2016
Merged

arm-musl targets now use cfg(target_env = "musl")#341
alexcrichton merged 1 commit into
rust-lang:masterfrom
japaric:arm-musl

Conversation

@japaric

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

@bors: r+

Thanks!

@bors

bors commented Jul 27, 2016

Copy link
Copy Markdown
Contributor

📌 Commit 23a5092 has been approved by alexcrichton

@bors

bors commented Jul 27, 2016

Copy link
Copy Markdown
Contributor

⌛ 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:masterJul 27, 2016
@alexcrichton

Copy link
Copy Markdown
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 freeto 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

@japaric@alexcrichton@bors