diff options
author | 2018-06-19 00:05:40 +0200 | |
---|---|---|
committer | 2018-06-19 00:05:40 +0200 | |
commit | e054112458e12cb562cf84cabcb1970ca5ef1ff1 (patch) | |
tree | 0b86fac78b57e481f8d6bd75606a789a19c8de98 /Makefile.tpl | |
parent | Fix failure to find member of a typedef base class (diff) | |
download | binutils-gdb-e054112458e12cb562cf84cabcb1970ca5ef1ff1.tar.gz binutils-gdb-e054112458e12cb562cf84cabcb1970ca5ef1ff1.tar.bz2 binutils-gdb-e054112458e12cb562cf84cabcb1970ca5ef1ff1.zip |
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.tpl | 4 |
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 |