From: Ian Lance Taylor Date: Sat, 6 Jul 2024 21:14:54 +0000 (-0700) Subject: make.bash: drop GNU/kFreeBSD handling X-Git-Tag: go1.24rc1~1437 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d25a90676d5212f156de334e9f6f9ee009298c9c;p=gostls13.git make.bash: drop GNU/kFreeBSD handling The GNU/kFreeBSD project has been canceled. https://wiki.debian.org/Debian_GNU/kFreeBSD For #3533 Change-Id: I30990fced48e1ba43e1e59806379eb97bac3ab6c Reviewed-on: https://go-review.googlesource.com/c/go/+/596937 Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor --- 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