]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #13631 : alexcrichton/rust/fix-mk-cross, r=brson
authorbors <bors@rust-lang.org>
Mon, 21 Apr 2014 23:06:32 +0000 (16:06 -0700)
committerbors <bors@rust-lang.org>
Mon, 21 Apr 2014 23:06:32 +0000 (16:06 -0700)
Instead of passing through CC which may have things like ccache and other
arguments (when using clang) this commit filters out the necessary arguments
from CC to pass the right linker to rustc.

Closes #13562


Trivial merge