Commit 2960e09d by Ian Lance Taylor

go/build: cgo works on linux/arm64.

From-SVN: r221398
parent fafa095c
......@@ -268,6 +268,7 @@ var cgoEnabled = map[string]bool{
"linux/alpha": true,
"linux/amd64": true,
"linux/arm": true,
"linux/arm64": true,
"linux/ppc": true,
"linux/ppc64": true,
"linux/ppc64le": 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