]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.tpl (check-target-libgomp-c++): New.
authorJason Merrill <jason@redhat.com>
Wed, 20 Jun 2012 18:26:04 +0000 (14:26 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 20 Jun 2012 18:26:04 +0000 (14:26 -0400)
* Makefile.tpl (check-target-libgomp-c++): New.
(check-target-libitm-c++): New.
* Makefile.def (c++): Add them.
* Makefile.in: Regenerate.

From-SVN: r188842

ChangeLog
Makefile.def
Makefile.in
Makefile.tpl

index 4d3e86e5ca047aa1d53e6d591e21694d0bf7ac33..11af970907486a615bfa43fa67bc582218589bb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-20  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.tpl (check-target-libgomp-c++): New.
+       (check-target-libitm-c++): New.
+       * Makefile.def (c++): Add them.
+       * Makefile.in: Regenerate.
+
 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index 1449a5086b6cd6743c69e437c74a7f88d7fdf4ec..24aadc93bc88cf69806347366d804c7ec342c7fa 100644 (file)
@@ -518,7 +518,9 @@ dependencies = { module=configure-target-libgfortran; on=all-target-libquadmath;
 languages = { language=c;      gcc-check-target=check-gcc; };
 languages = { language=c++;    gcc-check-target=check-c++;
                                lib-check-target=check-target-libstdc++-v3;
-                               lib-check-target=check-target-libmudflap-c++; };
+                               lib-check-target=check-target-libmudflap-c++;
+                               lib-check-target=check-target-libitm-c++;
+                               lib-check-target=check-target-libgomp-c++; };
 languages = { language=fortran;        gcc-check-target=check-fortran;
                                lib-check-target=check-target-libquadmath;
                                lib-check-target=check-target-libgfortran; };
index def860e386d173d87b7352411591dc1d11f41b04..f66791b457aef4ca9c595fe95ebb7cafc579de75 100644 (file)
@@ -41116,6 +41116,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
 # ----------
@@ -41150,7 +41164,7 @@ check-gcc-c++:
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(HOST_EXPORTS) \
        (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++);
-check-c++: check-gcc-c++ check-target-libstdc++-v3 check-target-libmudflap-c++
+check-c++: check-gcc-c++ check-target-libstdc++-v3 check-target-libmudflap-c++ check-target-libitm-c++ check-target-libgomp-c++
 
 .PHONY: check-gcc-fortran check-fortran
 check-gcc-fortran:
index 371c3b6f7db65aa32b7ec74efe15e42dcd58b7a7..d898b7d2e3f44f153666bc379783f8b0bf58e742 100644 (file)
@@ -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
 # ----------