]> git.lizzy.rs Git - rust.git/commit
auto merge of #10850 : alexcrichton/rust/fix-target, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 7 Dec 2013 18:51:12 +0000 (10:51 -0800)
committerbors <bors@rust-lang.org>
Sat, 7 Dec 2013 18:51:12 +0000 (10:51 -0800)
commit49b751dda19af57a2545a67879dd217e601b84c6
tree6c398004d15309527c551640bbc1abff438b4849
parent67aca9c9af9be7d04317d3ed452b7b253059818d
parentf04d6241cb2076ef5ee10896babd0f160e109346
auto merge of #10850 : alexcrichton/rust/fix-target, r=pcwalton

Right now multiple targets/hosts is broken because the libdir passed for all of
the LLVM libraries is for the wrong architecture. By using the right arch
(target, not host), everything is linked and assembled just fine.