Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make link_args use spaces as separators
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'.
- Loading branch information
7aa10e6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from catamorphism
at https://github.com/thestinger/rust/commit/7aa10e616bc3d4d43051c04a074d7e573fb72886
7aa10e6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging thestinger/rust/link_args = 7aa10e6 into auto
7aa10e6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thestinger/rust/link_args = 7aa10e6 merged ok, testing candidate = 79a2b2e
7aa10e6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
http://buildbot.rust-lang.org/builders/auto-linux/builds/1050
http://buildbot.rust-lang.org/builders/auto-win/builds/1047
http://buildbot.rust-lang.org/builders/auto-mac/builds/1058
7aa10e6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding incoming to auto = 79a2b2e