download-rustc
should support a cross-compiled host
#110411
Labels
A-cross
Area: Cross compilation
A-download-rustc
Area: The `rust.download-rustc` build option.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Here is how download-rustc currently behaves when cross-compiling:
Ideally, this would "just work": download rustc for stage 1, then rebuild stage 2 for the other target. This will be annoyingly slow because it also has to build llvm from source, but it's better than building both llvm and rustc twice.
The text was updated successfully, but these errors were encountered: