]> git.lizzy.rs Git - rust.git/commit
auto merge of #12688 : alexcrichton/rust/fix-some-link-args, r=brson
authorbors <bors@rust-lang.org>
Wed, 5 Mar 2014 02:26:40 +0000 (18:26 -0800)
committerbors <bors@rust-lang.org>
Wed, 5 Mar 2014 02:26:40 +0000 (18:26 -0800)
commitf1955e028cd3ea5097845f183f8cd099014ac6d8
tree41db094896455a00a7a44e65bfc61eb646b5396e
parentdcb24f5450c88ef17d47304685d2a1a0d82b2dbd
parent4cdc6ce3374f934b6c8cab986d3b0c83119fed6f
auto merge of #12688 : alexcrichton/rust/fix-some-link-args, r=brson

Linker argument order with respect to libraries is important enough that we
shouldn't be attempting to filter out libraries getting passed through to the
linker. When linking with a native library that has multiple dependant native
libraries, it's useful to have control over the link argument order.