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

Specify linkers for cross-compile scenarios #25719

Merged
merged 1 commit into from
May 24, 2015
Merged

Conversation

brson
Copy link
Contributor

@brson brson commented May 22, 2015

The recent MSVC patch made the build system pass explicit linkers to
rustc, but did not set that up for anything other than MSVC.

This is blocking nightlies.

The recent MSVC patch made the build system pass explicit linkers to
rustc, but did not set that up for anything other than MSVC.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor Author

brson commented May 22, 2015

This only modified the platforms that we need for the bots but presumably all other cross-compiles are broken too.

@brson
Copy link
Contributor Author

brson commented May 22, 2015

Maybe a better solution would be to fall back to the old behavior of the linker hasn't been overridden.

@eddyb
Copy link
Member

eddyb commented May 23, 2015

@bors r+

@bors
Copy link
Contributor

bors commented May 23, 2015

📌 Commit 1cda323 has been approved by eddyb

@brson
Copy link
Contributor Author

brson commented May 23, 2015

Thanks @eddyb

@bors
Copy link
Contributor

bors commented May 24, 2015

⌛ Testing commit 1cda323 with merge 0fc0476...

bors added a commit that referenced this pull request May 24, 2015
The recent MSVC patch made the build system pass explicit linkers to
rustc, but did not set that up for anything other than MSVC.

This is blocking nightlies.
@bors bors merged commit 1cda323 into rust-lang:master May 24, 2015
@richo
Copy link
Contributor

richo commented May 24, 2015

For anyone else reading this and looking for the MSVC PR, it's #25350

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.

6 participants