]> git.lizzy.rs Git - rust.git/commit
auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestinger
authorbors <bors@rust-lang.org>
Fri, 24 Jan 2014 18:26:33 +0000 (10:26 -0800)
committerbors <bors@rust-lang.org>
Fri, 24 Jan 2014 18:26:33 +0000 (10:26 -0800)
commita1d9d9e6d2ca79ac0b157170a76e300acfdcf143
tree07b71b4f010534edd794fafd1c0290923f6e2c17
parent8c805fa70bdbcbce07862d59eaf6524e4306bf46
parente715cdba31ae2bfee603cfe0c56260390ec36f1c
auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestinger

By default, the compiler and libraries are all still built with rpaths, but this
can be opted out of with --disable-rpath to ./configure or --no-rpath to rustc.

Closes #5219
Makefile.in
src/librustc/driver/driver.rs
src/librustc/driver/session.rs