aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlessandro Di Federico <ale@rev.ng>2021-05-12 11:20:27 +0100
committerAlex Bennée <alex.bennee@linaro.org>2021-05-18 09:35:39 +0100
commit4ce7dbfb0da47f426b5ea386fee20ad7bdbce7cc (patch)
tree056ec52151d320c3b07289e789a3a5de04a91ab0 /tests
parentafbdf0a44eaf6d529ec1e5250178d025f15aa606 (diff)
downloadqemu-4ce7dbfb0da47f426b5ea386fee20ad7bdbce7cc.zip
qemu-4ce7dbfb0da47f426b5ea386fee20ad7bdbce7cc.tar.gz
qemu-4ce7dbfb0da47f426b5ea386fee20ad7bdbce7cc.tar.bz2
tests/tcg: Use Hexagon Docker image
[PMD: Split from 'Add Hexagon Docker image' patch] Signed-off-by: Alessandro Di Federico <ale@rev.ng> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> [AJB: add container_hosts] 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> Message-Id: <20210228222314.304787-5-f4bug@amsat.org> Message-Id: <20210512102051.12134-8-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tcg/configure.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
index 8f20ce0..cf6062a 100755
--- a/tests/tcg/configure.sh
+++ b/tests/tcg/configure.sh
@@ -128,6 +128,11 @@ for target in $target_list; do
container_image=fedora-cris-cross
container_cross_cc=cris-linux-gnu-gcc
;;
+ hexagon-*)
+ container_hosts=x86_64
+ container_image=debian-hexagon-cross
+ container_cross_cc=hexagon-unknown-linux-musl-clang
+ ;;
hppa-*)
container_hosts=x86_64
container_image=debian-hppa-cross