Commit 2fdd3e04 by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent 5b1932a1
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 ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment