Commit 0bd101ce authored by Yuval Pavel Zholkover's avatar Yuval Pavel Zholkover Committed by Tobias Klauser

cmd/dist: enable cgo for freebsd/arm

Change-Id: Icc1a54da848bf446919c0d5470d1e79fad339832
Reviewed-on: https://go-review.googlesource.com/c/go/+/171727Reviewed-by: default avatarTobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 60a8dbf3
...@@ -1485,7 +1485,7 @@ var cgoEnabled = map[string]bool{ ...@@ -1485,7 +1485,7 @@ var cgoEnabled = map[string]bool{
"dragonfly/amd64": true, "dragonfly/amd64": true,
"freebsd/386": true, "freebsd/386": true,
"freebsd/amd64": true, "freebsd/amd64": true,
"freebsd/arm": false, "freebsd/arm": true,
"linux/386": true, "linux/386": true,
"linux/amd64": true, "linux/amd64": true,
"linux/arm": true, "linux/arm": 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