diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-14 13:47:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-14 13:47:28 +0000 |
commit | 0818233f800920bf4d5c384718b6fb328bba81fe (patch) | |
tree | 9fed014ef5dbc40f5099ade7ed858784fb31b09a /gcc/go | |
parent | 6916d6104ff448f07130597473356334c3d73501 (diff) | |
download | gcc-0818233f800920bf4d5c384718b6fb328bba81fe.zip gcc-0818233f800920bf4d5c384718b6fb328bba81fe.tar.gz gcc-0818233f800920bf4d5c384718b6fb328bba81fe.tar.bz2 |
internal/testenv: support testing gccgo
If GO_TESTING_GOTOOLS is set in the environment, permit tests using
gccgo to run the go tool. Like GO_BUILDER_NAME, this should not be set
normally. But it is needed when testing the go tool itself, and will
be set by the gotools Makefile in a future CL.
Reviewed-on: https://go-review.googlesource.com/45693
From-SVN: r249195
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 4365d6e..21bf5f2 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -c0840d5826abb713487b2d8a04ab249764b21010 +6d1d558109b5f5e53b31cc3325485dbb9f06d430 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |