a5ec3e36dc
As before, using Debian SID compilers. While the compiler can be coerced into generating big-endian code it seems the linker can't deal with it so we only enable the building for little endian SH4. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
5 lines
106 B
Makefile
5 lines
106 B
Makefile
ifneq ($(TARGET_NAME), sh4eb)
|
|
DOCKER_IMAGE=debian-sh4-cross
|
|
DOCKER_CROSS_COMPILER=sh4-linux-gnu-gcc
|
|
endif
|