aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/aarch64/Makefile.include
blob: de32c912357e6aa4749172650a5f340d857d6860 (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-arm64-cross
DOCKER_CROSS_COMPILER=aarch64-linux-gnu-gcc
endif