hack/make/.binary: update link to go source for "pie" support

Keeping it up to date, in case the situation changes.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-03-23 13:53:57 +01:00
parent e991c7185d
commit 1cf7d7ea4b

View File

@@ -43,7 +43,7 @@ source "${MAKEDIR}/.go-autogen"
case "$(go env GOOS)/$(go env GOARCH)" in
linux/mips* | linux/ppc64)
# -buildmode=pie is not supported on Linux mips*, ppc64be
# https://github.com/golang/go/blob/go1.23.0/src/internal/platform/supported.go#L189-L197
# https://github.com/golang/go/blob/go1.24.3/src/internal/platform/supported.go#L188-L200
;;
*)
BUILDFLAGS+=("-buildmode=pie")