aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-04-23 16:57:48 +0100
committerAlex Bennée <alex.bennee@linaro.org>2018-06-20 20:22:34 +0100
commit33b2c4b50f1c104accb3c650f2096c78f0f6f3c0 (patch)
tree0d501de3c89b087af23f798bd67221d53a026cc0 /tests/tcg
parentcc6c7365b88d5d99b95e0b4f07518c244f9d8059 (diff)
downloadqemu-33b2c4b50f1c104accb3c650f2096c78f0f6f3c0.zip
qemu-33b2c4b50f1c104accb3c650f2096c78f0f6f3c0.tar.gz
qemu-33b2c4b50f1c104accb3c650f2096c78f0f6f3c0.tar.bz2
tests/tcg: enable building for mips64
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')
-rw-r--r--tests/tcg/mips/Makefile.include3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcg/mips/Makefile.include b/tests/tcg/mips/Makefile.include
index a9beceb..4a14fc0 100644
--- a/tests/tcg/mips/Makefile.include
+++ b/tests/tcg/mips/Makefile.include
@@ -8,6 +8,9 @@
ifeq ($(TARGET_NAME),mips64el)
DOCKER_IMAGE=debian-mips64el-cross
DOCKER_CROSS_COMPILER=mips64el-linux-gnuabi64-gcc
+else ifeq ($(TARGET_NAME),mips64)
+DOCKER_IMAGE=debian-mips64-cross
+DOCKER_CROSS_COMPILER=mips64-linux-gnuabi64-gcc
else ifeq ($(TARGET_NAME),mipsel)
DOCKER_IMAGE=debian-mipsel-cross
DOCKER_CROSS_COMPILER=mipsel-linux-gnu-gcc