]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #13462 : alexcrichton/rust/fix-cross-rpath, r=brson
authorbors <bors@rust-lang.org>
Sun, 13 Apr 2014 07:51:54 +0000 (00:51 -0700)
committerbors <bors@rust-lang.org>
Sun, 13 Apr 2014 07:51:54 +0000 (00:51 -0700)
After removing absolute rpaths, cross compile builds (notably the nightly
builders) broke. This is because the RPATH was pointing at an empty directory
because only the rustc binary is copied over, not all of the target libraries.
This modifies the cross compile logic to fixup the rpath of the stage0
cross-compiled rustc to point to where it came from.


Trivial merge