gcc/libgo/go
Ian Lance Taylor 44c925bdb0 libgo: don't provide ustat on arm64 GNU/Linux
This avoids linker warnings when linking against glibc, as apparently
    arm64 GNU/Linux does not support the ustat system call.
    
    Also update to automake 1.11.6, as that is the new GCC standard.
    
    Reviewed-on: https://go-review.googlesource.com/14567

From-SVN: r227777
2015-09-15 03:43:01 +00:00
..
archive
bufio
builtin
bytes
cmd go/cmd/go: always link external test packages first 2015-03-31 17:54:07 +00:00
compress
container
crypto Add files somehow left out of last commit (upgrade to Go 1.4). 2015-01-15 00:40:25 +00:00
database/sql
debug re PR go/65587 (C package incomplete/not working for powerpc-linux-gnu) 2015-03-26 17:51:57 +00:00
encoding
errors
exp
expvar
flag
fmt
go go/build: cgo works on linux/arm64. 2015-03-12 17:05:22 +00:00
hash
html
image
index/suffixarray
internal/syscall
io
log
math libgo: Upgrade to Go 1.4.2 release. 2015-03-06 16:19:05 +00:00
mime
net net: Restore earlier Solaris-specific version of setKeepAlivePeriod. 2015-01-16 15:57:32 +00:00
old
os
path
reflect re PR go/65755 (incorrect reflection of struct fields with gccgo) 2015-04-17 18:19:44 +00:00
regexp
runtime re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match) 2015-04-17 21:29:20 +00:00
sort
strconv
strings
sync
syscall libgo: don't provide ustat on arm64 GNU/Linux 2015-09-15 03:43:01 +00:00
testing testing/quick: Revert Alpha specific change. 2015-01-16 23:19:20 +00:00
text
time
unicode