tests: Fix up docker cross builds for ppc64 (BE) targets
commitc10aaaab0fcfaf7ad68ccbc07a9069d7f6310532
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 24 May 2019 05:48:18 +0000 (24 15:48 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 29 May 2019 01:14:19 +0000 (29 11:14 +1000)
tree694079f493d7cf31af950853f1942e220a8f579d
parent8c1ecb590497b0349c550607db923972b37f6963
tests: Fix up docker cross builds for ppc64 (BE) targets

We currently have docker cross building targets for powerpc (32-bit, BE)
and ppc64el (64-bit, LE), but not for pcp64 (64-bit, BE).  This is an
irritating gap in make check-tcg coverage so correct it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
tests/docker/Makefile.include
tests/docker/dockerfiles/debian-ppc64-cross.docker [new file with mode: 0644]
tests/tcg/ppc/Makefile.include