I've just come across https://toolchains.bootlin.com/ while trying to source a static toolchain to generate static binaries, thanks a lot for making it available!
My goal is to build an easy to use hermetic build environment, which requires sourcing tools that have as few as possible to no dependencies on the system, including libc, so that the build can run on older systems, or weirder ones like NixOS.
One way would be to provide a toolchain that contains tools built with musl, as well as providing musl as the sysroot libc. Is this something that would be in scope for this project?
Thanks!
I've just come across https://toolchains.bootlin.com/ while trying to source a static toolchain to generate static binaries, thanks a lot for making it available!
My goal is to build an easy to use hermetic build environment, which requires sourcing tools that have as few as possible to no dependencies on the system, including libc, so that the build can run on older systems, or weirder ones like NixOS.
One way would be to provide a toolchain that contains tools built with musl, as well as providing musl as the sysroot libc. Is this something that would be in scope for this project?
Thanks!