From ebf7321c7731d66df14a92fa4c23455f0dc48fdc Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Fri, 16 Jul 2021 17:29:54 +0000 Subject: tcwg_gnu-build.sh: Build binutils for native GCC testing Change-Id: I1cc69cd756f2e7a95bee14753c23ef70e1dd741d --- tcwg_gnu-build.sh | 10 ++++++++-- 1 file 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[@]}" ;; -- cgit v1.2.3