ab4aac5023
This allows us to use the docker cross compiler image to build these tests. 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>
9 lines
224 B
Makefile
9 lines
224 B
Makefile
# Makefile.include for all ARM targets
|
|
#
|
|
# We don't have any bigendian build tools so we only use this for armhf
|
|
|
|
ifeq ($(TARGET_NAME),arm)
|
|
DOCKER_IMAGE=debian-armhf-cross
|
|
DOCKER_CROSS_COMPILER=arm-linux-gnueabihf-gcc
|
|
endif
|