Synchronization Acknowledgement
Synchronization Acknowledgement
The idea is that Musl should be the default libc target, as that allows us to build static binaries. You can specify a custom target with `-Dtarget=`. I believe this...
Yup, I'm aware. That's why I said the Zig build system shouldn't choose musl when it's not available on the `arch-os` combo, even if it's defined as the default libc...
Talked on the Discord and I'm not quite sure what the best way to go about this is. If an ABI is given to `std.build.Builder.standardTargetOptions`, then it will override the...
I see. I'll get a FreeBSD install myself and see what magic invocation makes this work. Thanks for checking it out.
Sorry for going AFK on this. I'll be reverting the change in `build.zig` for now, as I encountered a few more issues when I tried it out on FreeBSD.
I think the problem is that WASM does not have any syscalls so we will have to shim those somehow. I don't know whether we can use `_RunScript` on WASM...
Remarks: This happens because such an argument lists triggers a behavior in Clang to invoke subprograms with `clang @/tmp/response-foobar.txt` (Clang will actually read the argument list if a file is...
Perhaps, seems like #9654 didn't fix this case.
> Woohoo, boots now! Marking the issue as closed, if no further discussion is to be made. Well, it's still an issue if this is going to stay the same...
Need to fix `PTHREAD_STACK_MAX` being needed by `LibELF` in Lagom.