Skip to content

Fix -windows-gnu installer #29681

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

Merged
merged 1 commit into from
Nov 8, 2015
Merged

Fix -windows-gnu installer #29681

merged 1 commit into from
Nov 8, 2015

Conversation

vadimcn
Copy link
Contributor

@vadimcn vadimcn commented Nov 8, 2015

Resolves #29672. This happened because rust runtime startup objects, rsbegin.o and rsend.o, were not included in the target libraries package for -windows-gnu.

r? @alexcrichton

@vadimcn
Copy link
Contributor Author

vadimcn commented Nov 8, 2015

@alexcrichton: just tweaking INSTALLED_OBJECTS_ didn't work: they are added as a dependency for all target libs, but rsbegin/rsend depend on libcore, so it created a circular dependency.

Also, unified libc startup objects finding logic with that of the `-musl` target, since conceptually they were doing the same thing.
@alexcrichton
Copy link
Member

@bors: r+ 9f9afe5

@bors
Copy link
Collaborator

bors commented Nov 8, 2015

⌛ Testing commit 9f9afe5 with merge 4648d2b...

bors added a commit that referenced this pull request Nov 8, 2015
Resolves  #29672.   This happened because rust runtime startup objects, rsbegin.o and rsend.o, were not included in the target libraries package for -windows-gnu.

r? @alexcrichton
@bors bors merged commit 9f9afe5 into rust-lang:master Nov 8, 2015
@vadimcn vadimcn deleted the fix-dist branch November 13, 2015 07:03
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.

3 participants