GregorR/musl-cross

buildroot ppl are complaining about sysroot disabled in default config

Closed this issue · 3 comments

So they can learn to set a config option. Cry me a river.

apparently their intention was to just recommend the pre-built musl toolchains for usage with buildroot, instead of supplying their own builds/recipes, which is IMO reasonable (especially considering that the previous musl-cross builds shipped with unoptimized musl)

Buildroot already has the option of building musl based toolchains, and we don't use musl-cross for that as we have our own logic for building toolchains (that works for glibc, uclibc and musl).

What we also offer is to use the pre-built musl-cross toolchains, so that people can test and use musl much more easily as they save the toolchain build time. But for this to work, the pre-built musl-cross toolchains should have sysroot support.

If you're not interested in having Buildroot support the pre-built musl-cross toolchains, let me know, and I'll remove them from Buildroot.