Closed
Description
At the moment zig detects the native ABI as .gnu
, that may cause some problems as many *BSD libcs are not fully gnu-compliant (eg. NetBSD has no sincos
, a GNU extension, but since we're passing LLVM the wrong triple we end up with some missing symbols).
cc @mikdusan as I guess you'd love some BSD action