update from upstream

This commit is contained in:
sbwml
2023-09-15 04:08:12 +08:00
parent e04d714126
commit 1bf93c9a6f
4 changed files with 7 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ unexport \
GOFLAGS \
GOOS \
GOPATH \
GOTOOLCHAIN \
GOROOT \
GOTMPDIR \
GOWORK
@@ -215,7 +216,7 @@ GO_PIE_SUPPORTED_OS_ARCH:= \
\
aix_ppc64 \
\
linux_ppc64le linux_riscv64 linux_s390x
linux_loong64 linux_ppc64le linux_riscv64 linux_s390x
# From https://go.dev/src/cmd/go/internal/work/init.go
go_pie_install_suffix=$(if $(filter $(1),aix_ppc64 windows_386 windows_amd64 windows_arm),,shared)