mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 23:44:58 +02:00
![]() 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 |