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

Commits on Aug 6, 2016

  1. support targets that don't support atomics

    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
    Jorge Aparicio committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    5e8965c View commit details
    Browse the repository at this point in the history