Skip to content

mk: Ensure LINK_$(1) is defined for all targets #25799

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 27, 2015

Conversation

alexcrichton
Copy link
Member

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

@alexcrichton
Copy link
Member Author

r? @pnkfelix

@rust-highfive
Copy link
Contributor

r? @huonw

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

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
@luqmana
Copy link
Member

luqmana commented May 26, 2015

@bors: r+

@bors
Copy link
Collaborator

bors commented May 26, 2015

📌 Commit bc7c62d has been approved by luqmana

@bors
Copy link
Collaborator

bors commented May 27, 2015

⌛ Testing commit bc7c62d with merge 861b1d0...

bors added a commit that referenced this pull request May 27, 2015
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
@bors
Copy link
Collaborator

bors commented May 27, 2015

💔 Test failed - auto-win-gnu-64-opt

@alexcrichton
Copy link
Member Author

@bors: retry

On Wed, May 27, 2015 at 8:02 AM, bors notifications@github.com wrote:

[image: 💔] Test failed - auto-win-gnu-64-opt
http://buildbot.rust-lang.org/builders/auto-win-gnu-64-opt/builds/91


Reply to this email directly or view it on GitHub
#25799 (comment).

bors added a commit that referenced this pull request May 27, 2015
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
@bors
Copy link
Collaborator

bors commented May 27, 2015

⌛ Testing commit bc7c62d with merge af60248...

@bors bors merged commit bc7c62d into rust-lang:master May 27, 2015
@alexcrichton alexcrichton deleted the fix-link-in-mk branch July 17, 2015 18:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
6 participants