about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-01-08 00:10:15 +0000
committerbors <bors@rust-lang.org>2017-01-08 00:10:15 +0000
commit47c8d9fdcf2e6502cf4ca7d7f059fdc1a2810afa (patch)
tree8c15d3347e4f8aee0b8ca8c87e81824a5b21555a /src/liballoc_system
parent089682611f055ca6315e2229e5ed29be3d2b41c8 (diff)
parenta8fa2cff2835ceac6308415d1397b59805ea70dc (diff)
downloadrust-47c8d9fdcf2e6502cf4ca7d7f059fdc1a2810afa.tar.gz
rust-47c8d9fdcf2e6502cf4ca7d7f059fdc1a2810afa.zip
Auto merge of #38798 - jsgf:fix-rpath, r=nikomatsakis
rustc: use -Xlinker when specifying an rpath with ',' in it

The `-Wl` option splits its parameters on commas, so if rustc specifies
`-Wl,-rpath,<path>` when `<path>` contains commas, the path gets split up
and the linker gets a partial path and spurious extra parameters.

Gcc/clang support the more verbose `-Xlinker` option to pass options to the linker directly, so use it for comma-containing paths.

Fixes issue #38795.
Diffstat (limited to 'src/liballoc_system')
0 files changed, 0 insertions, 0 deletions