diff --git a/src/make.bash b/src/make.bash index 814b7e87e1..10e263b3d0 100755 --- a/src/make.bash +++ b/src/make.bash @@ -128,13 +128,6 @@ do fi done -# Test for debian/kFreeBSD. -# cmd/dist will detect kFreeBSD as freebsd/$GOARCH, but we need to -# disable cgo manually. -if [[ "$(uname -s)" == "GNU/kFreeBSD" ]]; then - export CGO_ENABLED=0 -fi - # Clean old generated file that will cause problems in the build. rm -f ./runtime/runtime_defs.go