29e0436e3d
We only have compilers for the (default) little endian variants. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
9 lines
228 B
Makefile
9 lines
228 B
Makefile
# Makefile.include for AArch64 targets
|
|
#
|
|
# We don't have any bigendian build tools so we only use this for AArch64
|
|
|
|
ifeq ($(TARGET_NAME),aarch64)
|
|
DOCKER_IMAGE=debian-arm64-cross
|
|
DOCKER_CROSS_COMPILER=aarch64-linux-gnu-gcc
|
|
endif
|