Skip to content
rofl0r edited this page Apr 4, 2012 · 5 revisions

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.