aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/ppc/Makefile.include
blob: b062c30dd3135117969a4e03bc213777d4be5249 (plain)
1
2
3
4
5
6
7
ifeq ($(TARGET_NAME),ppc)
DOCKER_IMAGE=debian-powerpc-cross
DOCKER_CROSS_COMPILER=powerpc-linux-gnu-gcc
else ifeq ($(TARGET_NAME),ppc64le)
DOCKER_IMAGE=debian-ppc64el-cross
DOCKER_CROSS_COMPILER=powerpc64le-linux-gnu-gcc
endif