aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2018-06-18 22:01:58 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2018-06-18 22:01:58 +0000
commit9e03592e40e7da85f9779ea1988a69f154d1ba7f (patch)
tree1d0e8141d96ec68e26ece8e04b874cd640039a0c /Makefile.tpl
parent05891e9f458cc7e6ba5387c6ac84f4201e40107d (diff)
Makefile.def (fortran): Add check-target-libgomp-fortran.
* Makefile.def (fortran): Add check-target-libgomp-fortran. * Makefile.tpl (check-target-libgomp-fortran): New phony target. * Makefile.in: Regenerate. From-SVN: r261717
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index abd2bc2fb89..b6077c9f125 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1470,6 +1470,10 @@ ENDIF raw_cxx +]
check-target-libgomp-c++:
$(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) c++.exp" check-target-libgomp
+.PHONY: check-target-libgomp-fortran
+check-target-libgomp-fortran:
+ $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) fortran.exp" check-target-libgomp
+
@endif target-libgomp
@if target-libitm