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

Teach bootstrap about target files vs target triples #74251

Merged
merged 1 commit into from
Jul 18, 2020

Commits on Jul 17, 2020

  1. Teach bootstrap about target files vs target triples

    `rustc` allows passing in predefined target triples as well as JSON
    target specification files. This change allows bootstrap to have the
    first inkling about those differences. This allows building a
    cross-compiler for an out-of-tree architecture (even though that
    compiler won't work for other reasons).
    
    Even if no one ever uses this functionality, I think the newtype
    around the `Interned<String>` improves the readability of the code.
    shepmaster committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e2b337d View commit details
    Browse the repository at this point in the history