]> Cypherpunks repositories - gostls13.git/commitdiff
make.bash: drop GNU/kFreeBSD handling
authorIan Lance Taylor <iant@golang.org>
Sat, 6 Jul 2024 21:14:54 +0000 (14:14 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 22 Jul 2024 21:24:34 +0000 (21:24 +0000)
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 <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>

src/make.bash

index 814b7e87e1d31309438ec1cb0d421035781a93fa..10e263b3d09d8b08c9da230fe1d4b4b6bda61ed0 100755 (executable)
@@ -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