aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2017-06-14 19:36:42 +0000
committerIan Lance Taylor <iant@golang.org>2017-06-14 19:36:42 +0000
commitc106ca4df3a7b25db5bba0f7f9da74abcd2853f9 (patch)
tree34b7245bffdd6c5dad17735867a3834bbbc12896 /Makefile.def
parentea9a874624df10ef0019ac77e0969aae7687681d (diff)
* Makefile.def: Add check-gotools to go check targets.
* Makefile.in: Rebuild. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@249204 138bc75d-0d04-0410-961f-82ee72b054a4
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 abfa9efe959..9b2530f6b77 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -601,7 +601,8 @@ languages = { language=objc; gcc-check-target=check-objc;
lib-check-target=check-target-libobjc; };
languages = { language=obj-c++; gcc-check-target=check-obj-c++; };
languages = { language=go; gcc-check-target=check-go;
- lib-check-target=check-target-libgo; };
+ lib-check-target=check-target-libgo;
+ lib-check-target=check-gotools; };
languages = { language=brig; gcc-check-target=check-brig;
lib-check-target=check-target-libhsail-rt; };