mirror of https://github.com/golang/go.git
go/build: cgo is supported on Linux/ARM
Last Part of CL 5601044 (cgo: Linux/ARM support)
Fixes #1880.
R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/5988057
This commit is contained in:
parent
e7a0a7595a
commit
2bed8a7e95
|
|
@ -215,6 +215,7 @@ var cgoEnabled = map[string]bool{
|
|||
"darwin/amd64": true,
|
||||
"linux/386": true,
|
||||
"linux/amd64": true,
|
||||
"linux/arm": true,
|
||||
"freebsd/386": true,
|
||||
"freebsd/amd64": true,
|
||||
"windows/386": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue