aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/ppc/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/ppc/Makefile.include')
-rw-r--r--tests/tcg/ppc/Makefile.include7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tcg/ppc/Makefile.include b/tests/tcg/ppc/Makefile.include
new file mode 100644
index 0000000000..b062c30dd3
--- /dev/null
+++ b/tests/tcg/ppc/Makefile.include
@@ -0,0 +1,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