[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 5/9] tests/tcg: Use Hexagon Docker image
From: |
Alex Bennée |
Subject: |
[PATCH v1 5/9] tests/tcg: Use Hexagon Docker image |
Date: |
Fri, 5 Mar 2021 09:23:24 +0000 |
From: Alessandro Di Federico <ale@rev.ng>
[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>
Message-Id: <20210228222314.304787-5-f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/tcg/configure.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
index 36b8a73a54..f70fd7435d 100755
--- a/tests/tcg/configure.sh
+++ b/tests/tcg/configure.sh
@@ -124,6 +124,10 @@ for target in $target_list; do
container_image=fedora-cris-cross
container_cross_cc=cris-linux-gnu-gcc
;;
+ hexagon-*)
+ container_image=debian-hexagon-cross
+ container_cross_cc=hexagon-unknown-linux-musl-clang
+ ;;
hppa-*)
container_image=debian-hppa-cross
container_cross_cc=hppa-linux-gnu-gcc
--
2.20.1
- [PATCH v1 0/9] testing/next (docs, hexagon, cfi, docker), Alex Bennée, 2021/03/05
- [PATCH v1 1/9] docs/devel: re-organise the developers guide into sections, Alex Bennée, 2021/03/05
- [PATCH v1 2/9] docs/system: add a gentle prompt for the complexity to come, Alex Bennée, 2021/03/05
- [PATCH v1 8/9] gitlab-ci.yml: Add jobs to test CFI flags, Alex Bennée, 2021/03/05
- [PATCH v1 4/9] docker: Add Hexagon image, Alex Bennée, 2021/03/05
- [PATCH v1 5/9] tests/tcg: Use Hexagon Docker image,
Alex Bennée <=
- [PATCH v1 6/9] gitlab: add build-user-hexagon test, Alex Bennée, 2021/03/05
- [PATCH v1 7/9] gitlab-ci.yml: Allow custom # of parallel linkers, Alex Bennée, 2021/03/05
- [PATCH v1 3/9] tests/docker: add a test-tcg for building then running check-tcg, Alex Bennée, 2021/03/05
- [PATCH v1 9/9] tests/docker: Use --arch-only when building Debian cross image, Alex Bennée, 2021/03/05
- Re: [PATCH v1 0/9] testing/next (docs, hexagon, cfi, docker), no-reply, 2021/03/05
- Re: [PATCH v1 0/9] testing/next (docs, hexagon, cfi, docker), Willian Rampazzo, 2021/03/05