]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #45191 - petrochenkov:yesar, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 16 Oct 2017 00:32:21 +0000 (00:32 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Oct 2017 00:32:21 +0000 (00:32 +0000)
rustbuild: Support specifying archiver and linker explicitly

With this patch `x.py test` passes without toolchain being in `PATH` if `cc`, `cxx`, `ar`, `linker` and `gdb` are specified in `config.toml` (except for a few `run-make` tests using `nm`).

Fixes https://github.com/rust-lang/rust/issues/41821
r? @Mark-Simulacrum


Trivial merge