golang: disable build for powerpc64
authorTianling Shen <[email protected]>
Fri, 18 Jul 2025 14:06:41 +0000 (22:06 +0800)
committerTianling Shen <[email protected]>
Mon, 4 Aug 2025 04:50:19 +0000 (12:50 +0800)
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 <[email protected]>
lang/golang/golang-values.mk

index d57de5f3256cb2165fcefc85ba467bdd02ebc390..727739e2d2ffef96897c80cfd7fffe460e62bf3a 100644 (file)
@@ -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