-
Notifications
You must be signed in to change notification settings - Fork 13.3k
mk: Ensure LINK_$(1) is defined for all targets #25799
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
Conversation
r? @pnkfelix |
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
11744f1
to
07648a9
Compare
The changes scaled back in 4cc025d were a little too aggressive and broke a bunch of cross compilations by not defining the `LINK_$(1)` variable for all targets. This commit ensures that the variable is defined for all targets by defaulting it to the normal compiler if it's not already defined (it's only defined specially for MSVC). Closes rust-lang#25723
07648a9
to
bc7c62d
Compare
@bors: r+ |
📌 Commit bc7c62d has been approved by |
The changes scaled back in 4cc025d were a little too aggressive and broke a bunch of cross compilations by not defining the `LINK_$(1)` variable for all targets. This commit ensures that the variable is defined for all targets by defaulting it to the normal compiler if it's not already defined (it's only defined specially for MSVC). Closes #25723
💔 Test failed - auto-win-gnu-64-opt |
@bors: retry On Wed, May 27, 2015 at 8:02 AM, bors notifications@github.com wrote:
|
The changes scaled back in 4cc025d were a little too aggressive and broke a bunch of cross compilations by not defining the `LINK_$(1)` variable for all targets. This commit ensures that the variable is defined for all targets by defaulting it to the normal compiler if it's not already defined (it's only defined specially for MSVC). Closes #25723 Closes #25802
The changes scaled back in 4cc025d were a little too aggressive and broke a
bunch of cross compilations by not defining the
LINK_$(1)
variable for alltargets. This commit ensures that the variable is defined for all targets by
defaulting it to the normal compiler if it's not already defined (it's only
defined specially for MSVC).
Closes #25723
Closes #25802