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

rustc: Add target_vendor for target triples #28612

Merged
merged 2 commits into from
Sep 26, 2015
Merged

Commits on Sep 23, 2015

  1. rustc: Add target_vendor for target triples

    This adds a new target property, `target_vendor` which can be used as a
    matcher for conditional compilation. The vendor is part of the autoconf
    target triple: <arch><sub>-<vendor>-<os>-<env>
    
    The default value for `target_vendor` is "unknown".
    
    Matching against the `target_vendor` with `#[cfg]` is currently feature
    gated as `cfg_target_vendor`.
    gandro committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    af68cdf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Fix target_vendor for Android

    gandro committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    abfedb7 View commit details
    Browse the repository at this point in the history