From: Alessandro Di Federico Date: Wed, 12 May 2021 10:20:27 +0000 (+0100) Subject: tests/tcg: Use Hexagon Docker image X-Git-Tag: v6.1.0-rc0~113^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ce7dbfb0da47f426b5ea386fee20ad7bdbce7cc;p=thirdparty%2Fqemu.git tests/tcg: Use Hexagon Docker image [PMD: Split from 'Add Hexagon Docker image' patch] Signed-off-by: Alessandro Di Federico Signed-off-by: Philippe Mathieu-Daudé [AJB: add container_hosts] Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Message-Id: <20210228222314.304787-5-f4bug@amsat.org> Message-Id: <20210512102051.12134-8-alex.bennee@linaro.org> --- diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh index 8f20ce065d8..cf6062a15f9 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