Commit 2bed8a7e authored by Shenghou Ma's avatar Shenghou Ma

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
parent e7a0a759
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment