-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add FreeBSD libc as a cross compilation target #2876
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
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
libc
Issues related to libzigc and Zig's vendored libc code.
os-freebsd
Milestone
Comments
Closed
This was referenced Mar 25, 2020
6 tasks
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 8, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 8, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 8, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 8, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 9, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 9, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 9, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 10, 2025
Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
alexrp
added a commit
to alexrp/zig
that referenced
this issue
May 10, 2025
…raries. Only works for FreeBSD 14+. Note that we still default to targeting FreeBSD 13. Contributes to ziglang#2876.
This is supported as of #23835. I'll leave this issue open for tracking support for linking FreeBSD libc statically. |
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 #23835. We're still open to exploring static libc for the BSDs, but it'll have to be by way of libzigc, i.e. #2879. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
libc
Issues related to libzigc and Zig's vendored libc code.
os-freebsd
Uh oh!
There was an error while loading. Please reload this page.
Extracted from #514.
This is needed for FreeBSD to become a tier 1 target (#1759)
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: