Open
Description
source: https://lobste.rs/s/yjd59n/crt_free_2023_tips_tricks#c_viakfm
The task is to change this to false
for FreeBSD:
Lines 398 to 413 in 282cb5e
And then go implement syscalls in the standard library via inline assembly like we already do for Linux rather than relying on libc for this target.
This is great news, hurray! We no longer need to build libc in order to cross-compile zig code for this target.