-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Building rustc broken for multiple targets due to lack of LINK_
entry in cfg/mk/*.mk
#25802
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
Comments
@nyx I think this is your issue. (I ran into it myself while doing a build) |
LINK_
entry in cfg/mk/*.mkLINK_
entry in cfg/mk/*.mk
Dup of #25723 , apparently. |
I believe this will be fixed by #25799 |
Closing as a duplicate. |
bors
added a commit
that referenced
this issue
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Appears like:
Essentially, 'LINK_foo' is empty.
Heres a list:
The text was updated successfully, but these errors were encountered: