target/arm: Makefile cleanup (Aarch64)
[qemu/ar7.git] / tests / tcg / arm / Makefile.include
blob8e7eac008f998c4c9a4d7006c6f71e37c825c7e0
1 # Makefile.include for all ARM targets
3 # We don't have any bigendian build tools so we only use this for armhf
5 ifeq ($(TARGET_NAME),arm)
6 DOCKER_IMAGE=debian-armhf-cross
7 DOCKER_CROSS_COMPILER=arm-linux-gnueabihf-gcc
8 endif