CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/06/25 07:48:24
Modified files:
infrastructure/mk: arch-defines.mk
lang/go : Makefile distinfo go.port.mk
Log message:
Remove openbsd/mips64 from lang/go.
The openbsd/mips64 port is effectively unmaintainable, largely due to not
being able to upstream the direct syscall to libc conversion:
https://github.com/golang/go/issues/61546
Remove mips64 from GO_ARCHS, along with armv7 (arm is already included).
Remove mips64 from the lang/go Makefile and sort the MACHINE_ARCH handling
list. Do the same in go.port.mk, adding riscv64 in the process (neither
mips64 or riscv64 were included previously).
ok jca@ sthen@