Author :
jsing
Date :
2024-06-25 13:48:24
Hash :31428ae9 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@