mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
golang: disable build for powerpc64
e5500 is the only powerpc64 target we have in tree, but it's not supported by golang[1]. Since it's hard to opt e5500 out from the supported arch list, simply remove powerpc64 from it for now. 1. https://github.com/golang/go/issues/19074 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Tianling Shen
parent
260f4196d0
commit
c8ad05854d
@@ -205,7 +205,7 @@ endif
|
||||
|
||||
# Target Go
|
||||
|
||||
GO_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64)
|
||||
GO_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||riscv64||x86_64)
|
||||
|
||||
|
||||
# ASLR/PIE
|
||||
|
||||
Reference in New Issue
Block a user