gcc/libgo/go/cmd/go
Ian Lance Taylor 87155d4f6c cmd/go: ignore errors from go/build for standard packages
The go/build package does not know that gccgo's standard packages don't
    have source, and will report an error saying that it can not find them.
    Work around that in the cmd/go sources, since the go/build sources don't
    currently have a list of standard packages.
    
    This should get a real fix in the master sources, somehow.
    
    Fixes golang/go#16701.
    
    Reviewed-on: https://go-review.googlesource.com/27052

From-SVN: r239486
2016-08-15 18:05:24 +00:00
..
testdata
alldocs.go
bootstrap.go
build.go
clean.go
context.go
discovery.go
doc.go
env.go
fix.go
fmt.go
generate_test.go
generate.go
get.go
go11.go
go_test.go
go_unix_test.go
go_windows_test.go
help.go
http.go
list.go
main.go
match_test.go
mkdoc.sh
note_test.go
note.go
pkg_test.go
pkg.go
run.go
script
script.txt
signal_notunix.go
signal_unix.go
signal.go
tag_test.go
test.bash
test.go
testflag.go
testgo.go
tool.go
vcs_test.go
vcs.go
vendor_test.go
version.go
vet.go