go/build: cgo works on linux/arm64.

From-SVN: r221398
This commit is contained in:
Ian Lance Taylor 2015-03-12 17:05:22 +00:00
parent fafa095c5f
commit 2960e09d9d
1 changed files with 1 additions and 0 deletions

View File

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