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

overhaul musl support #2084

Open
kaniini opened this issue Feb 28, 2021 · 2 comments
Open

overhaul musl support #2084

kaniini opened this issue Feb 28, 2021 · 2 comments

Comments

@kaniini
Copy link
Contributor

kaniini commented Feb 28, 2021

As discussed in Zulip (https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/bootstrapping.20on.20s390x.2Fmips.20for.20musl/near/227979341), there are numerous opportunities to simplify the musl support crate (almost everything is actually not arch-specific in musl, so there is a ton of DRY violations).

@workingjubilee observed that we should layer things like musl does, e.g. everything that is common goes in the common part, and then everything that is in the arch/$arch/bits headers goes in arch-specific crates.

I think we should also take this opportunity to finish the time64 migration for 32-bit hosts and assume musl 1.2.x as baseline.

@kaniini kaniini added the C-bug Category: bug label Feb 28, 2021
@JohnTitor
Copy link
Member

Could you provide the Zulip stream link?

@JohnTitor JohnTitor added C-cleanup O-musl and removed C-bug Category: bug labels Feb 28, 2021
@jyn514
Copy link
Member

jyn514 commented Feb 28, 2021

Could you provide the Zulip stream link?

https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/bootstrapping.20on.20s390x.2Fmips.20for.20musl/near/227979341

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants