gcc/libgo/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
..
archive
bufio
builtin
bytes
cmd cmd/go: ignore errors from go/build for standard packages 2016-08-15 18:05:24 +00:00
compress
container
context
crypto crypto/aes, hash/crc32: ignore s390x specific files for now 2016-08-13 00:19:56 +00:00
database/sql
debug
encoding
errors
exp
expvar
flag
fmt
go
golang_org/x/net
hash crypto/aes, hash/crc32: ignore s390x specific files for now 2016-08-13 00:19:56 +00:00
html
image
index/suffixarray
internal internal/syscall/unix: fix syscalls for alpha, ia64, s390 2016-08-07 22:32:46 +00:00
io
log libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
math libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
mime
net libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
old
os os: fix build tags for dir_regfile.go 2016-08-11 21:36:13 +00:00
path
reflect
regexp
runtime libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sort
strconv
strings libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sync
syscall syscall: remove exec_solaris_test.go 2016-08-13 00:14:19 +00:00
testing
text text/template: reduce maxExecDepth for gccgo further 2016-08-08 22:55:29 +00:00
time
unicode