diff options
author | Ian Lance Taylor <iant@golang.org> | 2017-06-14 19:36:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-14 19:36:42 +0000 |
commit | be75f645e6d1ef22806a0193abecd56a215e6594 (patch) | |
tree | 34b7245bffdd6c5dad17735867a3834bbbc12896 /Makefile.def | |
parent | eec2130ea274839bdbd7a9727b622b11b092d2bf (diff) | |
download | gcc-be75f645e6d1ef22806a0193abecd56a215e6594.tar.gz |
Makefile.def: Add check-gotools to go check targets.
* Makefile.def: Add check-gotools to go check targets.
* Makefile.in: Rebuild.
From-SVN: r249204
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 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; }; |