-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use Zig as a zero-dependency, drop-in C/C++ cross-compiler #26
Comments
I used this toolchain at my fork https://musl.cc/ |
I like Zig C a lot, but GCC is still a requirement for programs made in incorrect ways, some programs use non-standard things only provided by GCC, like the Also, with a tool I made called PELF, I managed to fit Zig into a single file + some common libraries so that I can compile stuff, its actually very usable. Fun experiment. |
These are also very good, and they provide a uClibc-ng option: https://toolchains.bootlin.com/ uClibc is awesome. |
Yes, we are currently using musl libc for static-tools. |
https://ziglang.org/
it seems to support musl libc.
Maybe with this, we won't need different Docker containers nor dog slow qemu anymore? And can add more architectures more easily?
Reference:
probonopd/go-appimage#207
The text was updated successfully, but these errors were encountered: