You can now add own CFLAGs and specify crosscompiller prefix. Using -pthread is more portable.
This makes cross-compilation easier, for example to build static musl based arm binary form x86 system you can now do CCPREFIX=arm-musl-linuxeabihf- CFLAGS=-static make
You can now add own CFLAGs and specify crosscompiller prefix. Using
-pthread
is more portable. This makes cross-compilation easier, for example to build static musl based arm binary form x86 system you can now doCCPREFIX=arm-musl-linuxeabihf- CFLAGS=-static make