- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
Open
Labels
implementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesplan before stabilizationThis needs a plan for how to address before stabilization, but does not need to be implemented.This needs a plan for how to address before stabilization, but does not need to be implemented.
Description
Some targets are not supported because they have special logic in bootstrap for flags/features needed. musl, wasi, windows-gnu, etc. Will need to figure out how to handle these. It would be ideal not to hard-code them in cargo, but is there some way to specify what's needed via config files?
Here are some examples:
- https://github.com/rust-lang/rust/blob/266fa0c26acb7de34654908f86eab0a77c9c9571/src/bootstrap/compile.rs#L325-L360
- https://github.com/rust-lang/rust/blob/266fa0c26acb7de34654908f86eab0a77c9c9571/src/bootstrap/compile.rs#L115-L152
- https://github.com/rust-lang/rust/blob/266fa0c26acb7de34654908f86eab0a77c9c9571/src/bootstrap/bin/rustc.rs#L164-L179
Metadata
Metadata
Assignees
Labels
implementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesplan before stabilizationThis needs a plan for how to address before stabilization, but does not need to be implemented.This needs a plan for how to address before stabilization, but does not need to be implemented.