aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/aarch64/Makefile.include
blob: 5d4e4c6f99be838da4840b83ed5e04e9a2d17aac (plain)
1
2
3
4
5
6
7
8
# 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-buster-arm64-cross
DOCKER_CROSS_COMPILER=aarch64-linux-gnu-gcc
endif