]> Cypherpunks repositories - gostls13.git/commit
runtime: add ppc and s390 to 32 build constraints for gccgo
authorJorropo <jorropo.pgm@gmail.com>
Thu, 23 Oct 2025 08:55:56 +0000 (10:55 +0200)
committerJorropo <jorropo.pgm@gmail.com>
Sat, 25 Oct 2025 05:48:56 +0000 (22:48 -0700)
commit643f80a11f76ada6323bdcbc36add24832f5821b
treeb053ebb1774e11c8311682406b0b76724db7c809
parent0afbeb510269dc4aaaff733166085eba42144712
runtime: add ppc and s390 to 32 build constraints for gccgo

Theses are not supported by the go compiler but it may helps porting to gccgo.

I have no idea if this change is correct, but it is weird that
os_linux32.go and os_linux64.go should have ppc & s390 but not all other
files gated to 32bits in the same package.

Change-Id: I0bb70cdb88c19096386320d02d546942263e009d
Reviewed-on: https://go-review.googlesource.com/c/go/+/714082
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/runtime/hash32.go
src/runtime/mpagealloc_32bit.go
src/runtime/panic32.go
src/runtime/tagptr_32bit.go