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
|