]> git.lizzy.rs Git - rust.git/commit
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)
commit79a2b2eafc3c766cecec8a5f76317693bae9ed17
tree52a12a51348c2dc7de53a0dc65ec779af24394ad
parent31599fe34799027939a0541d6e95d0fdd07e3155
parent7aa10e616bc3d4d43051c04a074d7e573fb72886
auto merge of #6192 : thestinger/rust/link_args, r=catamorphism

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'.