summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2018-06-19 00:05:40 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2018-06-19 00:05:40 +0200
commite054112458e12cb562cf84cabcb1970ca5ef1ff1 (patch)
tree0b86fac78b57e481f8d6bd75606a789a19c8de98 /Makefile.tpl
parentbf2977b5f3d25779cdc06ba79c05244d70bd8b59 (diff)
downloadbinutils-gdb-e054112458e12cb562cf84cabcb1970ca5ef1ff1.tar.gz
This was already applied on the GCC side.
* Makefile.def (fortran): Add check-target-libgomp-fortran. * Makefile.tpl (check-target-libgomp-fortran): New phony target. * Makefile.in: Regenerate. * configure: Regenerate.
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 147752188d9..9d2797b6501 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1460,6 +1460,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