]> Cypherpunks repositories - gostls13.git/commit
go/build, cmd/go: don't expect gccgo to have GOROOT packages
authorIan Lance Taylor <iant@golang.org>
Fri, 4 May 2018 22:15:47 +0000 (15:15 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 9 May 2018 16:42:20 +0000 (16:42 +0000)
commitd540da105c799a8fa010ee83419d6cb24d6627b4
treeeb0162a6e46e80fc20e376be427d4ed092381db8
parent814c749c8fa815a8ddf8184bcac8990ef0dea006
go/build, cmd/go: don't expect gccgo to have GOROOT packages

When using gccgo the standard library sources are not available in
GOROOT. Don't expect them to be there. In the gccgo build, use a set
of standard library packages generated at build time.

Change-Id: Id133022604d9b7e778e73e8512f9080c61462fba
Reviewed-on: https://go-review.googlesource.com/111595
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/internal/test/test.go
src/go/build/build.go
src/go/build/gc.go
src/go/build/gccgo.go