mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
bootstrap: use the normal compiler to build std
This commit is contained in:
parent
ae12a0c200
commit
2c081769b0
@ -1283,8 +1283,7 @@ impl Step for Extended {
|
|||||||
let analysis_installer = builder.ensure(Analysis { compiler, target });
|
let analysis_installer = builder.ensure(Analysis { compiler, target });
|
||||||
|
|
||||||
let docs_installer = builder.ensure(Docs { host: target });
|
let docs_installer = builder.ensure(Docs { host: target });
|
||||||
let std_installer =
|
let std_installer = builder.ensure(Std { compiler, target });
|
||||||
builder.ensure(Std { compiler: builder.compiler(stage, target), target });
|
|
||||||
|
|
||||||
let etc = builder.src.join("src/etc/installer");
|
let etc = builder.src.join("src/etc/installer");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user