I've committed this patch to the top level Makefile.def so that `make
check-go` will run `make check-gotools`.  Bootstrapped and ran Go
testsuite on x86_64-pc-linux-gnu.  Committed to mainline.

This patch may cause new test failures on other systems.  Please let
me know about them.  I don't anticipate anything in particular, but,
who knows.

Ian

2017-06-14  Ian Lance Taylor  <i...@golang.org>

* Makefile.def: Add check-gotools to go check targets.
* Makefile.in: Rebuild.
Index: Makefile.def
===================================================================
--- Makefile.def        (revision 249171)
+++ Makefile.def        (working copy)
@@ -601,7 +601,8 @@ languages = { language=objc;        gcc-check-t
                                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; };
 

Reply via email to