summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-22 23:39:06 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-22 23:39:06 +0000
commiteeec71b46e058eff4cf9c94757f5ecf7c34fcd47 (patch)
treefd2bdd9baa54e2c7370056e5a63838120ac70f7d /gcc/Makefile.in
parentea44a2ac19a9fadba5e02fa8f6bb30a631c930e6 (diff)
downloadgcc-eeec71b46e058eff4cf9c94757f5ecf7c34fcd47.tar.gz
gcc/
* Makefile.in (check_gcc_parallelize): Delete. (lang_checks_parallelized): Update comment. gcc/c * Make-lang.in (check_gcc_pallelize): Define. gcc/cp * Make-lang.in (check_g++_parallelize): Update comment. gcc/fortran * Make-lang.in (check_gfortran_parallelize): Update comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223597 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ab9b637701f..45f210a7f3a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -528,10 +528,6 @@ xm_include_list=@xm_include_list@
xm_defines=@xm_defines@
lang_checks=
lang_checks_parallelized=
-# Upper limit to which it is useful to parallelize this lang target.
-# It doesn't make sense to try e.g. 128 goals for small testsuites
-# like objc or go.
-check_gcc_parallelize=10000
lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt $(srcdir)/common.opt
lang_specs_files=@lang_specs_files@
lang_tree_files=@lang_tree_files@
@@ -3743,7 +3739,9 @@ check_p_subdirs=$(wordlist 1,$(check_p_count),$(wordlist 1, \
#
# To parallelize some language check, add the corresponding check-$lang
# to lang_checks_parallelized variable and define check_$lang_parallelize
-# variable (see above check_gcc_parallelize description).
+# variable. This is the upper limit to which it is useful to parallelize the
+# check-$lang target. It doesn't make sense to try e.g. 128 goals for small
+# testsuites like objc or go.
$(lang_checks_parallelized): check-% : site.exp
-rm -rf $(TESTSUITEDIR)/$*-parallel
@if [ "$(filter -j, $(MFLAGS))" = "-j" ]; then \