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

support targets that don't support atomics #26

Merged
merged 1 commit into from
Aug 6, 2016
Merged

support targets that don't support atomics #26

merged 1 commit into from
Aug 6, 2016

Conversation

japaric
Copy link
Owner

@japaric japaric commented Aug 5, 2016

i.e. whose specification contains "max-atomic-width": 0. For these
targets, Xargo only compiles the core and rustc_unicode crates as
the other crates depend on atomics (e.g. alloc::Arc).

closes #25

i.e. whose specification contains `"max-atomic-width": 0`. For these
targets, Xargo only compiles the `core` and `rustc_unicode` crates as
the other crates depend on atomics (e.g. `alloc::Arc`).

closes #25
@japaric japaric merged commit 77ff6c8 into master Aug 6, 2016
@japaric japaric deleted the no-atomics branch August 6, 2016 16:48
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.

Only compile core for targets with "max-atomic-width": 0
1 participant