tests/tcg: enable building for PowerPC
commit97103c256e7e79f2cd0e6336040b08386bad1c95
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 24 May 2018 21:28:45 +0000 (24 22:28 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20 20:22 +0100)
tree3eeae69ec2e141b87d1447dbb9e82647a228f285
parent08f56d8c9c901ec78a442541ddde63d57d2266c2
tests/tcg: enable building for PowerPC

Now we have restored debian-image-powerpc-cross using Debian SID
compilers we can build for 32 bit powerpc. Although PPC32 supports a
range of pages sizes currently only 4k works so the others are
commented out for now.

We can also merge the ppc64 support under the base architecture
directory to avoid too much proliferation of directories.

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>
tests/tcg/ppc/Makefile.include [new file with mode: 0644]
tests/tcg/ppc/Makefile.target [new file with mode: 0644]
tests/tcg/ppc64le/Makefile.include [deleted file]