aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-18 19:15:17 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-18 19:15:17 +0000
commit0537137ab0caebe02eab814c7cfa141c857e194c (patch)
tree1b8f0ee1fa4f2693cf17efdcd93c556d31028fb8 /Makefile.tpl
parent28db4d965ab6f20bb4d7eb9ab93f1a99bf68c868 (diff)
* Makefile.tpl (check-c++): Allow parallelism.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index baf1afa24d1..fe3ecec6cd5 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1233,7 +1233,8 @@ check-gcc-c++:
fi
.PHONY: check-c++
-check-c++: check-target-libstdc++-v3 check-gcc-c++
+check-c++:
+ $(MAKE) check-target-libstdc++-v3 check-gcc-c++ NOTPARALLEL=parallel-ok
.PHONY: install-gcc maybe-install-gcc
maybe-install-gcc: