diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-04-24 16:41:18 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-06-20 20:22:34 +0100 |
commit | e100a967551d0c337214a0f7a8ee840350e0ec23 (patch) | |
tree | bbbc74ff360f00f0a69758c2476fefd444080d42 /tests/tcg | |
parent | 33b2c4b50f1c104accb3c650f2096c78f0f6f3c0 (diff) |
tests/tcg: enable building for RISCV64
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/riscv/Makefile.include | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/tcg/riscv/Makefile.include b/tests/tcg/riscv/Makefile.include new file mode 100644 index 0000000000..d92ac6c89f --- /dev/null +++ b/tests/tcg/riscv/Makefile.include @@ -0,0 +1,10 @@ +# +# Makefile.include for all RISCV targets +# +# Debian only really cares about 64 bit going forward +# + +ifeq ($(TARGET_NAME),riscv64) +DOCKER_IMAGE=debian-riscv64-cross +DOCKER_CROSS_COMPILER=riscv64-linux-gnu-gcc +endif |