This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: Support testing gccgo go tool


This libgo patch adds a check for an environment variable in the
internal/testenv package.  If GO_TESTING_GOTOOLS is set in the
environment, this 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.  Bootstrapped and ran Go testsuite on
x86_64-pc-linux-gnu.  Committed to mainline.

Ian

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]