aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2017-06-14 19:36:42 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-06-14 19:36:42 +0000
commitbe75f645e6d1ef22806a0193abecd56a215e6594 (patch)
tree34b7245bffdd6c5dad17735867a3834bbbc12896
parenteec2130ea274839bdbd7a9727b622b11b092d2bf (diff)
downloadgcc-be75f645e6d1ef22806a0193abecd56a215e6594.zip
gcc-be75f645e6d1ef22806a0193abecd56a215e6594.tar.gz
gcc-be75f645e6d1ef22806a0193abecd56a215e6594.tar.bz2
Makefile.def: Add check-gotools to go check targets.
* Makefile.def: Add check-gotools to go check targets. * Makefile.in: Rebuild. From-SVN: r249204
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.def3
-rw-r--r--Makefile.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b6112c7..5292c1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-14 Ian Lance Taylor <iant@golang.org>
+
+ * Makefile.def: Add check-gotools to go check targets.
+ * Makefile.in: Rebuild.
+
2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
* config.gcc: Remove rs6000/e500.h from tm_file for all targets.
diff --git a/Makefile.def b/Makefile.def
index abfa9ef..9b2530f 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; };
diff --git a/Makefile.in b/Makefile.in
index b824e0a..cb3c13e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51854,7 +51854,7 @@ check-gcc-go:
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(HOST_EXPORTS) \
(cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-go);
-check-go: check-gcc-go check-target-libgo
+check-go: check-gcc-go check-target-libgo check-gotools
.PHONY: check-gcc-brig check-brig
check-gcc-brig: