GCC toolchain glibc-linked binaries with musl libraries and headers, including musl dynamic loader
Out of the glibc tarpit
yjftsjthsd-h•4h ago
> glibc-linked binaries with musl libraries
Why have any glibc? GCC et al. work fine compiled against musl (as proven by ex. Alpine only doing musl). Or is it for running on GNU/Linux systems (can't you statically link the build chain?)?
1vuio0pswjnm7•6h ago
Out of the glibc tarpit
yjftsjthsd-h•4h ago
Why have any glibc? GCC et al. work fine compiled against musl (as proven by ex. Alpine only doing musl). Or is it for running on GNU/Linux systems (can't you statically link the build chain?)?
LargoLasskhyfv•1h ago
Or using Zig?
nineteen999•20m ago
Does this mean useful interfaces like PAM and nsswitch work on musl now?