]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: enable cgo on freebsd/arm
authorRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 13:12:18 +0000 (09:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 16:14:05 +0000 (16:14 +0000)
Now that it works we need to turn it back on.

Fixes #10119.

Change-Id: I9c62d3026f7bb62c49a601ad73f33bf655372915
Reviewed-on: https://go-review.googlesource.com/13162
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/go/build/build.go

index eaa7a4c54c2d2403635db5dccb1761adbc688718..496fe1172421f67ad79e8a544f5333f6bbd6bed0 100644 (file)
@@ -265,6 +265,7 @@ var cgoEnabled = map[string]bool{
        "dragonfly/amd64": true,
        "freebsd/386":     true,
        "freebsd/amd64":   true,
+       "freebsd/arm":     true,
        "linux/386":       true,
        "linux/amd64":     true,
        "linux/arm":       true,