]> Cypherpunks repositories - gostls13.git/commit
go/build: disable cgo on freebsd/arm
authorDave Cheney <dave@cheney.net>
Tue, 1 Jan 2013 10:46:18 +0000 (21:46 +1100)
committerDave Cheney <dave@cheney.net>
Tue, 1 Jan 2013 10:46:18 +0000 (21:46 +1100)
commit52dc13b5f3d9b9cbe26512fc4986372a6e97e96c
tree68c615ad44459d7841a05147ed7ca740b5f7ebda
parent6592456feb7a9f934e82f2fde1ef2b395eaa44f8
go/build: disable cgo on freebsd/arm

Under FreeBSD-CURRENT on arm, cgo enabled binaries segfault. Disable cgo support for the moment so we can have a freebsd/arm builder on the dashboard.

R=minux.ma, rsc, iant
CC=golang-dev
https://golang.org/cl/7031044
src/pkg/go/build/build.go