rust/src/bootstrap/build
Alex Crichton e9a897c10f rustbuild: Add steps for linking a sysroot
When cross compiling for a new host, we can't actually run the host compiler to
generate its own libs. In theory, however, all stage2 compilers (for any host)
will produce the same libraries, so we just require the build compiler to
produce the necessary host libraries and then we link those into place.
2016-02-28 10:50:13 -08:00
..
cc.rs
channel.rs
clean.rs bootstrap: Add a --clean flag 2016-02-11 20:44:03 -08:00
compile.rs rustbuild: Add steps for linking a sysroot 2016-02-28 10:50:13 -08:00
config.rs
flags.rs bootstrap: Add a --clean flag 2016-02-11 20:44:03 -08:00
job.rs bootstrap: Be resilient to job object failures 2016-02-12 10:40:32 -08:00
mod.rs rustbuild: Add steps for linking a sysroot 2016-02-28 10:50:13 -08:00
native.rs rustbuild: Fix compiler-rt build on gnueabihf 2016-02-28 10:50:13 -08:00
sanity.rs
step.rs rustbuild: Add steps for linking a sysroot 2016-02-28 10:50:13 -08:00
util.rs