summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 9eb98cd6..00b2dfef 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -204,17 +204,19 @@ case "${rr[ci_project]}" in
run_step skip_on_fail 3 build_abe linux
run_step skip_on_fail 4 build_abe glibc
run_step skip_on_fail 5 build_abe stage2
- run_step skip_on_fail 6 build_abe qemu
+ run_step skip_on_fail 6 build_abe gdb
+ run_step skip_on_fail 7 build_abe qemu
;;
- tcwg_gnu_cross_check_gcc)
+ tcwg_gnu_cross_check_*)
run_step skip_on_fail -8 build_abe binutils
run_step skip_on_fail -7 build_abe stage1
run_step skip_on_fail -6 build_abe linux
run_step skip_on_fail -5 build_abe glibc
run_step skip_on_fail -4 build_abe stage2
- run_step skip_on_fail -3 build_abe qemu
+ run_step skip_on_fail -3 build_abe gdb
+ run_step skip_on_fail -2 build_abe qemu
run_step skip_on_fail 0 build_abe dejagnu
- run_step skip_on_fail 1 build_abe check_gcc -- "${runtestflags[@]}"
+ run_step skip_on_fail 1 build_abe "${rr[ci_project]#tcwg_gnu_cross_}" -- "${runtestflags[@]}"
;;
tcwg_gnu_native_build)
run_step skip_on_fail 0 true