]> git.proxmox.com Git - mirror_qemu.git/blob - tests/tcg/arm/Makefile.include
tests/tcg: cleanup Makefile inclusions
[mirror_qemu.git] / tests / tcg / arm / Makefile.include
1 # Makefile.include for all ARM targets
2 #
3 # We don't have any bigendian build tools so we only use this for armhf
4
5 ifeq ($(TARGET_NAME),arm)
6 DOCKER_IMAGE=debian-armhf-cross
7 DOCKER_CROSS_COMPILER=arm-linux-gnueabihf-gcc
8 endif