musl-cross-make/litecross
Patrick Oppenlander 267663b951 add support for canadian cross build
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.
2016-12-12 11:05:49 +11:00
..
Makefile add support for canadian cross build 2016-12-12 11:05:49 +11:00