From: Uros Bizjak Date: Mon, 28 Jan 2019 22:14:19 +0000 (+0100) Subject: Makefile.in: Really regenerate. X-Git-Tag: basepoints/gcc-10~1472 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c5b39203276b00496ef32468ccb61d445aef97b;p=thirdparty%2Fgcc.git Makefile.in: Really regenerate. * Makefile.in: Really regenerate. From-SVN: r268342 --- diff --git a/gotools/ChangeLog b/gotools/ChangeLog index ff5020ac2a12..7404c209e501 100644 --- a/gotools/ChangeLog +++ b/gotools/ChangeLog @@ -1,3 +1,7 @@ +2019-01-28 Uroš Bizjak + + * Makefile.in: Really regenerate. + 2019-01-18 Ian Lance Taylor * Makefile.am (go_cmd_vet_files): Update for Go1.12beta2 release. diff --git a/gotools/Makefile.in b/gotools/Makefile.in index 47235df52ae9..8bea35500bd8 100644 --- a/gotools/Makefile.in +++ b/gotools/Makefile.in @@ -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.