267663b951
A mingw-w64 -> arm-linux-musleabi canadian cross compiler can be built by setting the following variables in config.mak: TARGET = arm-linux-musleabi GCC_CONFIG += --host=x86_64-w64-mingw32 CANADIAN := y Note that this requires both build->host (x86_64-w64-mingw32) and build->target (arm-linux-musleabi) toolchains to already exist on the build machine. |
||
---|---|---|
.. | ||
Makefile |