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, 8 insertions, 2 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 5e055668..8daedce2 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -217,8 +217,14 @@ case "$type_of_test" in
run_step skip_on_fail 0 build_abe dejagnu
run_step skip_on_fail 1 build_abe check_gcc -- "${runtestflags[@]}"
;;
- check_*)
- run_step skip_on_fail -2 build_abe ${type_of_test#check_}
+ check_binutils)
+ run_step skip_on_fail -2 build_abe binutils
+ run_step skip_on_fail 0 build_abe dejagnu
+ run_step skip_on_fail 1 build_abe check_binutils -- "${runtestflags[@]}"
+ ;;
+ check_gcc*|check_bootstrap*)
+ run_step skip_on_fail -2 build_abe binutils
+ run_step skip_on_fail -1 build_abe ${type_of_test#check_}
run_step skip_on_fail 0 build_abe dejagnu
run_step skip_on_fail 1 build_abe ${type_of_test} -- "${runtestflags[@]}"
;;