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

glibc 2.40 #20993

Merged
merged 2 commits into from
Aug 9, 2024
Merged

glibc 2.40 #20993

merged 2 commits into from
Aug 9, 2024

Conversation

alexrp
Copy link
Contributor

@alexrp alexrp commented Aug 8, 2024

First attempt at this, so hopefully I didn't mess it up too badly. I followed the documented procedure (except for abilists which was done in #20949). Ran the full test suite locally with -fqemu --glibc-runtimes <...>.

Since the diff was relatively small this time around, I manually reviewed every hunk and carefully avoided overwriting our glibc patches. (Most of it is just C2X -> C23 and __USE_TIME_BITS64 -> __USE_TIME64_REDIRECTS churn.) Still, if replaying the patches on top of a clean update is preferable, I can do that instead.

Notably, this update adds missing headers for arc-linux-gnu and sparc-linux-gnu.

Closes #20950.

@alexrp
Copy link
Contributor Author

alexrp commented Aug 8, 2024

Expecting aarch64-macos-debug to fail with a timeout soon as it's been hanging for hours, but hard to imagine that has anything to do with the changes here.

@andrewrk
Copy link
Member

andrewrk commented Aug 9, 2024

Nice work!

@andrewrk andrewrk merged commit 9f46abf into ziglang:master Aug 9, 2024
10 checks passed
@alexrp alexrp deleted the glibc-2-40 branch August 9, 2024 14:51
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.

add support for targeting glibc 2.40
2 participants