diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-06-18 22:01:58 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-06-18 22:01:58 +0000 |
commit | 9e03592e40e7da85f9779ea1988a69f154d1ba7f (patch) | |
tree | 1d0e8141d96ec68e26ece8e04b874cd640039a0c /Makefile.def | |
parent | 05891e9f458cc7e6ba5387c6ac84f4201e40107d (diff) | |
download | gcc-9e03592e40e7da85f9779ea1988a69f154d1ba7f.tar.gz |
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.def')
-rw-r--r-- | Makefile.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 062d2fb3e75..31c2bbcd549 100644 --- a/Makefile.def +++ b/Makefile.def @@ -586,7 +586,8 @@ languages = { language=c++; gcc-check-target=check-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; }; + lib-check-target=check-target-libgfortran; + lib-check-target=check-target-libgomp-fortran; }; languages = { language=ada; gcc-check-target=check-ada; lib-check-target=check-target-libada; }; languages = { language=objc; gcc-check-target=check-objc; |