mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
golang: Optimized values to suit golang 1.23
Added GOARM64 and GORISCV64 in golang-build.sh. Drop deprecated GOROOT_FINAL in GoCompiler/Default/Make. Updated environment vars in golang-values.mk for GOARM64 and GORISCV64. Refined host build in golang/Makefile for openbsd_riscv64. Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org> Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
This commit is contained in:
committed by
Tianling Shen
parent
bfb9e266dc
commit
ae0d0879f5
@@ -120,7 +120,7 @@ build() {
|
||||
if [ "$GO_GO_GENERATE" = 1 ]; then
|
||||
log "Calling go generate"
|
||||
# shellcheck disable=SC2086
|
||||
GOOS='' GOARCH='' GO386='' GOARM='' GOMIPS='' GOMIPS64='' \
|
||||
GOOS='' GOARCH='' GO386='' GOARM='' GOARM64='' GOMIPS='' GOMIPS64='' GORISCV64=''\
|
||||
go generate -v $targets
|
||||
log
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user