mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Rollup merge of #122297 - RalfJung:bootstrap-build, r=onur-ozkan
bootstrap: document what the triples in 'Build' mean Thanks to ``@onur-ozkan`` for pointing this out to me.
This commit is contained in:
commit
2a3a8dbdbf
@ -171,9 +171,11 @@ pub struct Build {
|
||||
doc_tests: DocTests,
|
||||
verbosity: usize,
|
||||
|
||||
// Targets for which to build
|
||||
/// Build triple for the pre-compiled snapshot compiler.
|
||||
build: TargetSelection,
|
||||
/// Which triples to produce a compiler toolchain for.
|
||||
hosts: Vec<TargetSelection>,
|
||||
/// Which triples to build libraries (core/alloc/std/test/proc_macro) for.
|
||||
targets: Vec<TargetSelection>,
|
||||
|
||||
initial_rustc: PathBuf,
|
||||
|
Loading…
Reference in New Issue
Block a user