aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2012-06-20 14:26:04 -0400
committerJason Merrill <jason@gcc.gnu.org>2012-06-20 14:26:04 -0400
commit056d8580b69bef8a7cf2e564b4507992ba63ca00 (patch)
treeb5ffae568e0cb0caca0dfa7d2ca95713b775d0e8 /Makefile.tpl
parent19c1aa2ddf9d9afccd295b5bc5266bbd7d51997c (diff)
downloadgcc-056d8580b69bef8a7cf2e564b4507992ba63ca00.zip
gcc-056d8580b69bef8a7cf2e564b4507992ba63ca00.tar.gz
gcc-056d8580b69bef8a7cf2e564b4507992ba63ca00.tar.bz2
Makefile.tpl (check-target-libgomp-c++): New.
* Makefile.tpl (check-target-libgomp-c++): New. (check-target-libitm-c++): New. * Makefile.def (c++): Add them. * Makefile.in: Regenerate. From-SVN: r188842
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 371c3b6..d898b7d 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1415,6 +1415,20 @@ check-target-libmudflap-c++:
@endif target-libmudflap
+@if target-libgomp
+.PHONY: check-target-libgomp-c++
+check-target-libgomp-c++:
+ $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) c++.exp" check-target-libgomp
+
+@endif target-libgomp
+
+@if target-libitm
+.PHONY: check-target-libitm-c++
+check-target-libitm-c++:
+ $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) c++.exp" check-target-libitm
+
+@endif target-libitm
+
# ----------
# GCC module
# ----------