From: Ian Lance Taylor Date: Tue, 21 Dec 2010 22:45:54 +0000 (+0000) Subject: Make-lang.in (check-go): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fdd3e04687fa391b6f7b0941f4152e6a760622a;p=gcc.git Make-lang.in (check-go): Remove. * Make-lang.in (check-go): Remove. (lang_checks_parallelized): Add check-go. (check_go_parallelize): Set. From-SVN: r168137 --- diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index c98bb279db5..11fdd49d305 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,9 @@ +2010-12-21 Ian Lance Taylor + + * Make-lang.in (check-go): Remove. + (lang_checks_parallelized): Add check-go. + (check_go_parallelize): Set. + 2010-12-13 Ian Lance Taylor * gospec.c (lang_specific_driver): Add a -o option if not linking diff --git a/gcc/go/Make-lang.in b/gcc/go/Make-lang.in index 4d008161a1c..48799f4eafa 100644 --- a/gcc/go/Make-lang.in +++ b/gcc/go/Make-lang.in @@ -119,8 +119,12 @@ go.man: doc/gccgo.1 go.srcman: doc/gccgo.1 -cp -p $^ $(srcdir)/doc -check-go: lang_checks += check-go +lang_checks_parallelized += check-go +check_go_parallelize = go-test.exp=*/test/\[0-57-9a-bd-hj-zA-Z\]* \ + go-test.exp=*/test/c* \ + go-test.exp=*/test/i* \ + go-test.exp=*/test/6* # Install hooks.