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:
Shenghou Ma 2012-05-04 18:34:04 +08:00
parent e7a0a7595a
commit 2bed8a7e95
1 changed files with 1 additions and 0 deletions

View File

@ -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,