diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-18 19:15:17 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-18 19:15:17 +0000 |
commit | 0537137ab0caebe02eab814c7cfa141c857e194c (patch) | |
tree | 1b8f0ee1fa4f2693cf17efdcd93c556d31028fb8 /Makefile.in | |
parent | 28db4d965ab6f20bb4d7eb9ab93f1a99bf68c868 (diff) | |
download | gcc-0537137ab0caebe02eab814c7cfa141c857e194c.tar.gz |
* 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.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b3d2d275682..7e420f74e54 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7293,7 +7293,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: |