diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-04-10 17:45:56 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-06-20 20:22:34 +0100 |
commit | 1e2107092dda50f111a7886d968877a97b71465a (patch) | |
tree | 6938c4509a3ecf5f0d4185f74a02e399b855ef9b /tests | |
parent | 78353f49d2de0e9626276231315631bf286c8ef7 (diff) |
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')
-rw-r--r-- | tests/tcg/ppc64le/Makefile.include | 2 |
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 |