-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. cc #5219
- Loading branch information
1 parent
fce7922
commit e715cdb
Showing
5 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e715cdb
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 thestinger
at alexcrichton@e715cdb
e715cdb
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 alexcrichton/rust/issue-5219 = e715cdb into auto
e715cdb
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.
alexcrichton/rust/issue-5219 = e715cdb merged ok, testing candidate = a1d9d9e
e715cdb
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:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/3769
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1611
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1613
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3770
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2870
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2876
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3785
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2873
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2879
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3787
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2873
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2878
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2947
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3777
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2878
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2883
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3547
e715cdb
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 master to auto = a1d9d9e