]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #6192 : thestinger/rust/link_args, r=catamorphism
authorbors <bors@rust-lang.org>
Thu, 2 May 2013 23:57:36 +0000 (16:57 -0700)
committerbors <bors@rust-lang.org>
Thu, 2 May 2013 23:57:36 +0000 (16:57 -0700)
Lots of linking arguments need to be passed as -Wl,--foo so giving the
comma meaning at the rustc layer makes those flags impossible to pass.

Multiple arguments can now be passed from a shell by quoting the
argument: --link-args='-lfoo -Wl,--as-needed'.


Trivial merge