-
Notifications
You must be signed in to change notification settings - Fork 93
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
Doesn't build alloc and collections when max_atomic_width = 0 #91
Comments
Not a Xargo issue but should be fixed when rust-lang/rust#37492 makes its way into a nightly. Today, maybe? |
Ah, I thought that had made it in already. |
Might want to try Xargo HEAD as well, not the stable release. |
( |
Yeah, I already have that forked and checked out ;) Right, I can see xargo head does now attempt to build alloc - that explains why I couldn't find the code that blocked it in the source code for head. And building alloc fails, so I probably need to wait another day or so for nightly to churn. Closed: Not an issue |
I believe alloc now builds for thumbv6 (max_atomic_width=0), so could xargo now build alloc and collections?
I looked in the source code but I couldn't see where the builds where elided. Is it actually something cargo does?
Edit: Apologies for the edits - my finger slipped :/
The text was updated successfully, but these errors were encountered: