Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a51ca83b
Commit
a51ca83b
authored
Feb 09, 2018
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Feb 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
From-SVN: r257527
parent
7b5925a8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gotools/ChangeLog
+4
-0
gotools/Makefile.am
+1
-1
gotools/Makefile.in
+2
-2
No files found.
gotools/ChangeLog
View file @
a51ca83b
2018-02-09 Ian Lance Taylor <iant@golang.org>
* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
2018-02-08 Ian Lance Taylor <iant@golang.org>
* Makefile.am (check-gccgo, check-gcc): Add options to pick up
...
...
gotools/Makefile.am
View file @
a51ca83b
...
...
@@ -162,7 +162,7 @@ uninstall-local:
GOTESTFLAGS
=
# Number of seconds before tests time out.
GOTOOLS_TEST_TIMEOUT
=
24
0
GOTOOLS_TEST_TIMEOUT
=
48
0
# Run tests using the go tool, and frob the output to look like that
# generated by DejaGNU. The main output of this is two files:
...
...
gotools/Makefile.in
View file @
a51ca83b
...
...
@@ -348,7 +348,7 @@ MOSTLYCLEANFILES = \
@NATIVE_TRUE@
GOTESTFLAGS
=
# Number of seconds before tests time out.
@NATIVE_TRUE@
GOTOOLS_TEST_TIMEOUT
=
24
0
@NATIVE_TRUE@
GOTOOLS_TEST_TIMEOUT
=
48
0
# CHECK_ENV sets up the environment to run the newly built go tool.
# If you change this, change ECHO_ENV, below.
...
...
@@ -635,8 +635,8 @@ distclean-generic:
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
@
echo
"it deletes files that may require special tools to rebuild."
@NATIVE_FALSE@install-exec-local
:
@NATIVE_FALSE@uninstall-local
:
@NATIVE_FALSE@install-exec-local
:
clean
:
clean-am
clean-am
:
clean-binPROGRAMS clean-generic clean-noinstPROGRAMS
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment