From e054112458e12cb562cf84cabcb1970ca5ef1ff1 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 19 Jun 2018 00:05:40 +0200 Subject: 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. --- Makefile.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.tpl') 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 -- cgit v1.2.1