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

Fix Rust build on mingw v4.0 #9254

Merged
merged 2 commits into from
Sep 18, 2013
Merged

Fix Rust build on mingw v4.0 #9254

merged 2 commits into from
Sep 18, 2013

Conversation

vadimcn
Copy link
Contributor

@vadimcn vadimcn commented Sep 17, 2013

Fix Rust build on mingw v4.0
See #9246 for details.

…cribed in rust-lang#9246.

This works by adding this directory to GCC include search path before mingw system headers directories,
so we can intercept their inclusions and add missing definitions without having to modify files in mingw/include.
…change (rust-lang#9205).

These really should have been marked xfail-win32, but that doesn't exist, so xfail-fast it is.
@vadimcn
Copy link
Contributor Author

vadimcn commented Sep 18, 2013

@brson: r?

@sanxiyn
Copy link
Member

sanxiyn commented Sep 18, 2013

I think this should use xfail-win32 instead.

@alexcrichton
Copy link
Member

This looks good to me btw, but I think that we should move windows forward soon so these don't start to bitrot.

bors added a commit that referenced this pull request Sep 18, 2013
Fix Rust build on mingw v4.0
See #9246 for details.
@bors bors closed this Sep 18, 2013
@bors bors merged commit e6832e6 into rust-lang:master Sep 18, 2013
@vadimcn vadimcn deleted the fix-mingw-v4 branch December 12, 2013 02:11
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 11, 2022
…_on_windows, r=dswij

Enable test empty_loop_no_std on windows

Verified that it actully works on windows
changelog: none
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.

5 participants