]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in: Really regenerate.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2019 22:14:19 +0000 (22:14 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2019 22:14:19 +0000 (22:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268342 138bc75d-0d04-0410-961f-82ee72b054a4

gotools/ChangeLog
gotools/Makefile.in

index ff5020ac2a1203b99833117137a2687daffe6799..7404c209e50180627101218cf3ad9fc2db4bb5fa 100644 (file)
@@ -1,3 +1,7 @@
+2019-01-28  Uroš Bizjak  <ubizjak@gmail.com>
+
+       * Makefile.in: Really regenerate.
+
 2019-01-18  Ian Lance Taylor  <iant@golang.org>
 
        * Makefile.am (go_cmd_vet_files): Update for Go1.12beta2 release.
index 47235df52ae989ba2e72ea3f157a028b858b4f21..8bea35500bd8cb2562ccdb5cb5a14c47fc94039b 100644 (file)
@@ -400,7 +400,7 @@ MOSTLYCLEANFILES = \
 @NATIVE_TRUE@GOTESTFLAGS = 
 
 # Number of seconds before tests time out.
-@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 480
+@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 600
 
 # CHECK_ENV sets up the environment to run the newly built go tool.
 # If you change this, change ECHO_ENV, below.