Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustbuild: Fix --enable-rpath usage #32903

Merged
merged 1 commit into from
Apr 20, 2016
Merged

Conversation

alexcrichton
Copy link
Member

This commit fixes the --enable-rpath configure flag in rustbuild to work
despite the compile-time directories being different than the runtime
directories. This unfortunately means that we can't use -C rpath out of the
box but hopefully the portability story here isn't too bad as
src/librustc_back/rpath.rs isn't too complicated.

Closes #32886

This commit fixes the `--enable-rpath` configure flag in rustbuild to work
despite the compile-time directories being different than the runtime
directories. This unfortunately means that we can't use `-C rpath` out of the
box but hopefully the portability story here isn't too bad as
`src/librustc_back/rpath.rs` isn't *too* complicated.

Closes rust-lang#32886
@brson
Copy link
Contributor

brson commented Apr 19, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Apr 19, 2016

📌 Commit 11ef3a9 has been approved by brson

@bors
Copy link
Contributor

bors commented Apr 20, 2016

⌛ Testing commit 11ef3a9 with merge 3dd88f6...

bors added a commit that referenced this pull request Apr 20, 2016
rustbuild: Fix --enable-rpath usage

This commit fixes the `--enable-rpath` configure flag in rustbuild to work
despite the compile-time directories being different than the runtime
directories. This unfortunately means that we can't use `-C rpath` out of the
box but hopefully the portability story here isn't too bad as
`src/librustc_back/rpath.rs` isn't *too* complicated.

Closes #32886
@bors bors merged commit 11ef3a9 into rust-lang:master Apr 20, 2016
@alexcrichton alexcrichton deleted the fix-rpath branch May 2, 2016 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustbuild: rustc's -Crpath does not work
3 participants