]> git.proxmox.com Git - mirror_qemu.git/blame - tests/tcg/aarch64/Makefile.include
tests/tcg: cleanup Makefile inclusions
[mirror_qemu.git] / tests / tcg / aarch64 / Makefile.include
CommitLineData
29e0436e
AB
1# Makefile.include for AArch64 targets
2#
3# We don't have any bigendian build tools so we only use this for AArch64
4
5ifeq ($(TARGET_NAME),aarch64)
d6db2a1c 6DOCKER_IMAGE=debian-buster-arm64-cross
29e0436e
AB
7DOCKER_CROSS_COMPILER=aarch64-linux-gnu-gcc
8endif