e100a96755
As before, using Debian SID compilers. 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>
11 lines
216 B
Makefile
11 lines
216 B
Makefile
#
|
|
# Makefile.include for all RISCV targets
|
|
#
|
|
# Debian only really cares about 64 bit going forward
|
|
#
|
|
|
|
ifeq ($(TARGET_NAME),riscv64)
|
|
DOCKER_IMAGE=debian-riscv64-cross
|
|
DOCKER_CROSS_COMPILER=riscv64-linux-gnu-gcc
|
|
endif
|