exec: Only count mapped memory backends for qemu_getrampagesize()
[qemu/ar7.git] / tests / tcg / ppc / Makefile.include
blobb062c30dd3135117969a4e03bc213777d4be5249
1 ifeq ($(TARGET_NAME),ppc)
2 DOCKER_IMAGE=debian-powerpc-cross
3 DOCKER_CROSS_COMPILER=powerpc-linux-gnu-gcc
4 else ifeq ($(TARGET_NAME),ppc64le)
5 DOCKER_IMAGE=debian-ppc64el-cross
6 DOCKER_CROSS_COMPILER=powerpc64le-linux-gnu-gcc
7 endif