bootstrap: use the normal compiler to build std

This commit is contained in:
Pietro Albini 2020-12-21 18:04:58 +01:00
parent ae12a0c200
commit 2c081769b0
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C

View File

@ -1283,8 +1283,7 @@ impl Step for Extended {
let analysis_installer = builder.ensure(Analysis { compiler, target });
let docs_installer = builder.ensure(Docs { host: target });
let std_installer =
builder.ensure(Std { compiler: builder.compiler(stage, target), target });
let std_installer = builder.ensure(Std { compiler, target });
let etc = builder.src.join("src/etc/installer");