From: Alex Bennée Date: Fri, 6 Apr 2018 20:43:57 +0000 (+0100) Subject: tests/tcg: enable building for s390x X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78353f49d2de0e9626276231315631bf286c8ef7;p=qemu.git tests/tcg: enable building for s390x This doesn't add any additional tests but enables building the multiarch tests for s390x. Signed-off-by: Alex Bennée Acked-by: Cornelia Huck Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: David Hildenbrand --- diff --git a/tests/tcg/s390x/Makefile.include b/tests/tcg/s390x/Makefile.include new file mode 100644 index 0000000000..1f58115d96 --- /dev/null +++ b/tests/tcg/s390x/Makefile.include @@ -0,0 +1,2 @@ +DOCKER_IMAGE=debian-s390x-cross +DOCKER_CROSS_COMPILER=s390x-linux-gnu-gcc