mirror of
https://github.com/golang/go
synced 2024-11-22 01:34:41 -07:00
api: add Linux/ARM to go1 API
It's very unfortunate that the type of Data field of struct RawSockaddr is [14]uint8 on Linux/ARM instead of [14]int8 on all the others. btw, it should be [14]int8 according to my header files. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6275050
This commit is contained in:
parent
290115fdf4
commit
5612fd770d
2227
api/go1.txt
2227
api/go1.txt
File diff suppressed because it is too large
Load Diff
@ -51,6 +51,7 @@ var contexts = []*build.Context{
|
||||
{GOOS: "linux", GOARCH: "386"},
|
||||
{GOOS: "linux", GOARCH: "amd64", CgoEnabled: true},
|
||||
{GOOS: "linux", GOARCH: "amd64"},
|
||||
{GOOS: "linux", GOARCH: "arm"},
|
||||
{GOOS: "darwin", GOARCH: "386", CgoEnabled: true},
|
||||
{GOOS: "darwin", GOARCH: "386"},
|
||||
{GOOS: "darwin", GOARCH: "amd64", CgoEnabled: true},
|
||||
|
Loading…
Reference in New Issue
Block a user