We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
due to the way the toolchain is built, you can't just recompile musl and install it.
you can either just compile musl locally and copy libc.a/so into /opt/toolchain
or make a backup copy of the musl-gcc wrapper and make install DESTDIR=/opt/toolchain
and then copy your backup over the newly created musl-gcc binary.