summaryrefslogtreecommitdiffstats
path: root/tests/tcg
diff options
context:
space:
mode:
authorAlex Bennée2018-04-10 18:45:56 +0200
committerAlex Bennée2018-06-20 21:22:34 +0200
commit1e2107092dda50f111a7886d968877a97b71465a (patch)
tree6938c4509a3ecf5f0d4185f74a02e399b855ef9b /tests/tcg
parenttests/tcg: enable building for s390x (diff)
downloadqemu-1e2107092dda50f111a7886d968877a97b71465a.tar.gz
qemu-1e2107092dda50f111a7886d968877a97b71465a.tar.xz
qemu-1e2107092dda50f111a7886d968877a97b71465a.zip
tests/tcg: enable building for ppc64
Currently this just enables building the multiarch tests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'tests/tcg')
-rw-r--r--tests/tcg/ppc64le/Makefile.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/ppc64le/Makefile.include b/tests/tcg/ppc64le/Makefile.include
new file mode 100644
index 0000000000..d71cfc9aa7
--- /dev/null
+++ b/tests/tcg/ppc64le/Makefile.include
@@ -0,0 +1,2 @@
+DOCKER_IMAGE=debian-ppc64el-cross
+DOCKER_CROSS_COMPILER=powerpc64le-linux-gnu-gcc