[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/4] tests/tcg: Use Hexagon Docker image
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 4/4] tests/tcg: Use Hexagon Docker image |
Date: |
Sun, 28 Feb 2021 23:23:14 +0100 |
From: Alessandro Di Federico <ale@rev.ng>
Signed-off-by: Alessandro Di Federico <ale@rev.ng>
[PMD: Split from 'Add Hexagon Docker image' patch]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
tests/tcg/configure.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh
index 551c02f4691..489ff8e53e2 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.26.2