GNU cross-tools: musl-cross 313.3M

24 1vuio0pswjnm7 8 8/24/2025, 10:20:07 PM github.com ↗

Comments (8)

jedisct1 · 18m ago
These days, it just makes sense to use the Zig toolchain instead.
mdaniel · 5h ago
I think my headline parsing has forever been ruined since I thought for sure someone created a 313 million parameter cross compiling fine tune

After opening the linked page, I still don't have any idea what the number is in the headline, nor why it's important

userbinator · 5h ago
Three hundred and thirteen-point-three megabytes is how I parsed it, but I'm not sure of the significance of that either.
1vuio0pswjnm7 · 10h ago
GCC toolchain glibc-linked binaries with musl libraries and headers, including musl dynamic loader

Out of the glibc tarpit

yjftsjthsd-h · 8h 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?)?

bogantech · 2h ago
> Why have any glibc?

Maybe they want dns resolution to work properly

nineteen999 · 4h ago
> including musl dynamic loader

Does this mean useful interfaces like PAM and nsswitch work on musl now?

LargoLasskhyfv · 5h ago
What's different from https://toolchains.bootlin.com/ ?

Or using Zig?