-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add NetBSD libc as a cross compilation target #2877
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
I'm interested in picking this up, but will have some questions in the future. |
…aries. Only works for NetBSD 10.1+. Note that we still default to targeting NetBSD 9. Contributes to ziglang#2877.
…aries. Only works for NetBSD 10.1+. Note that we still default to targeting NetBSD 9. Contributes to ziglang#2877.
…aries. Only works for NetBSD 10.1+. Note that we still default to targeting NetBSD 9. Contributes to ziglang#2877.
We've decided that we're not going to support upstream static libc for the BSDs for two reasons:
Therefore, this issue is done as of #23913. We're still open to exploring static libc for the BSDs, but it'll have to be by way of libzigc, i.e. #2879. |
Extracted from #514.
This is needed for NetBSD to become a tier 1 target.
The example set by glibc can be followed.
See also this wiki page: https://github.com/ziglang/zig/wiki/Updating-libc
The text was updated successfully, but these errors were encountered: