mirror of git://gcc.gnu.org/git/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
This commit is contained in:
parent
5b1932a1b6
commit
2fdd3e0468
|
@ -1,3 +1,9 @@
|
||||||
|
2010-12-21 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
|
* Make-lang.in (check-go): Remove.
|
||||||
|
(lang_checks_parallelized): Add check-go.
|
||||||
|
(check_go_parallelize): Set.
|
||||||
|
|
||||||
2010-12-13 Ian Lance Taylor <iant@google.com>
|
2010-12-13 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
* gospec.c (lang_specific_driver): Add a -o option if not linking
|
* gospec.c (lang_specific_driver): Add a -o option if not linking
|
||||||
|
|
|
@ -119,8 +119,12 @@ go.man: doc/gccgo.1
|
||||||
go.srcman: doc/gccgo.1
|
go.srcman: doc/gccgo.1
|
||||||
-cp -p $^ $(srcdir)/doc
|
-cp -p $^ $(srcdir)/doc
|
||||||
|
|
||||||
check-go:
|
|
||||||
lang_checks += 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.
|
# Install hooks.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue