mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
golang: set GOARM64 based on CONFIG_CPU_TYPE
Fixes: https://github.com/openwrt/packages/issues/26852 Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
@@ -200,6 +200,7 @@ GO_PKG_TARGET_VARS= \
|
||||
GO386="$(GO_386)" \
|
||||
GOAMD64="$(GO_AMD64)" \
|
||||
GOARM="$(GO_ARM)" \
|
||||
GOARM64="$(GO_ARM64)" \
|
||||
GOMIPS="$(GO_MIPS)" \
|
||||
GOMIPS64="$(GO_MIPS64)" \
|
||||
GOPPC64="$(GO_PPC64)" \
|
||||
|
||||
Reference in New Issue
Block a user