summaryrefslogtreecommitdiff
path: root/Makefile.def
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.def
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.def')
-rw-r--r--Makefile.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 0d13f037d0d..75063b6d121 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -593,7 +593,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;