diff options
author | Alex Bennée | 2018-04-23 17:49:09 +0200 |
---|---|---|
committer | Alex Bennée | 2018-06-20 21:22:34 +0200 |
commit | cc6c7365b88d5d99b95e0b4f07518c244f9d8059 (patch) | |
tree | c2d81d701dd373b07fa2ce7f4f2c5c6a518f37ef /tests/tcg/sparc64/Makefile.include | |
parent | tests/tcg: enable building for sh4 (diff) | |
download | qemu-cc6c7365b88d5d99b95e0b4f07518c244f9d8059.tar.gz qemu-cc6c7365b88d5d99b95e0b4f07518c244f9d8059.tar.xz qemu-cc6c7365b88d5d99b95e0b4f07518c244f9d8059.zip |
tests/tcg: enable building for sparc64
As before, using Debian SID compilers.
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/sparc64/Makefile.include')
-rw-r--r-- | tests/tcg/sparc64/Makefile.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/sparc64/Makefile.include b/tests/tcg/sparc64/Makefile.include new file mode 100644 index 0000000000..95fc8dee9f --- /dev/null +++ b/tests/tcg/sparc64/Makefile.include @@ -0,0 +1,2 @@ +DOCKER_IMAGE=debian-sparc64-cross +DOCKER_CROSS_COMPILER=sparc64-linux-gnu-gcc |