]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sun, 19 Jul 2020 22:50:46 +0000 (22:50 +0000)
committerbors <bors@rust-lang.org>
Sun, 19 Jul 2020 22:50:46 +0000 (22:50 +0000)
commit2c21a6f3a8b1c75c444b87fde5116853383b3fbd
tree30fd744a1d6b1935ece3806b24e4dcb44a6c664d
parentd7f94516345a36ddfcd68cbdf1df835d356795c3
parent57614da71560281c50c228a0028946f0389d8803
Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrum

Teach bootstrap install and dist commands about TargetSelection

With this, we can now use a target JSON file to build a
cross-compiler:

```
x.py install --host ../aarch64-apple-darwin.json --target aarch64-apple-darwin
```

r? @Mark-Simulacrum
src/bootstrap/install.rs