]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #2870 - matklad:add-host-triple, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 14 Jul 2016 06:54:09 +0000 (23:54 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2016 06:54:09 +0000 (23:54 -0700)
Refactor `host/target_triple` handling

This PR adds an explicit `host_triple` filed to `BuildConfig`. It allows to unify host and target handling and to reduce the number of accesses to `config.rustc_info()`. As a side effect, the explicit `target_triple` field of `Context` is gone because it can now be calculated from the `BuildConfig`.


Trivial merge