diff options
author | Jason Merrill <jason@redhat.com> | 2003-02-18 20:12:50 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2003-02-18 20:12:50 +0000 |
commit | 872173c8be8f8f1bd134bc573bb86a51e9097fa6 (patch) | |
tree | a261deac205b0e93a23eb7c1629be98d90189e5e /Makefile.tpl | |
parent | f4dd8875dead42e6939a220fc6d586b90ec2f8f9 (diff) | |
download | newlib-872173c8be8f8f1bd134bc573bb86a51e9097fa6.zip newlib-872173c8be8f8f1bd134bc573bb86a51e9097fa6.tar.gz newlib-872173c8be8f8f1bd134bc573bb86a51e9097fa6.tar.bz2 |
* Makefile.tpl (check-c++): Allow parallelism.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index baf1afa..fe3ecec 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: |