summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2023-05-24 07:26:21 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2023-05-31 12:54:55 +0000
commita533b9a1c0d918996bfc77d95e1673134f4b42cf (patch)
tree4bfe2d8b118362a58643614b9f69dc58355444dd
parentd99966788fc9ebffa3b81e6fb5680fe05a7fdf41 (diff)
tcwg_gnu-build.sh: Rename tcwg_gnu_eabi_cross into tcwg_gnu_embed
"eabi" is used for arm toolchains, while aarch64 toolchains use "elf" for the bare-metal toolchains, so it's better not to use "gnu_eabi" in preparation for future jobs monitoring aarch64 bare-metal toolchains. Since "bare-metal" is a bit long, we use "embed" instead (this name is also forwarded to patchwork, which imposes a limit on name length) Change-Id: Id5a5a3225507d8981db1e501a2fc2897f9b3f1ca
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 8374b88c..78bb9204 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -63,7 +63,7 @@ case "${rr[ci_project]}" in
rr[target]="${rr[target]-$ci_target}"
rr[components]="${rr[components]-binutils gcc linux glibc gdb qemu}"
;;
- tcwg_gnu_eabi_cross_*)
+ tcwg_gnu_embed_*)
rr[target]="${rr[target]-$ci_target}"
rr[components]="${rr[components]-binutils gcc newlib gdb qemu}"
;;