On 2025-02-20, Stuart Longland VK4MSL <m...@vk4msl.com> wrote: > > Indeed, `golang` requirement. I did briefly look at what I'd have to > do, and it was a matter of bootstrapping Go with an older version that's > written in C/C++, then using that to build a newer Go.
More complicated I'm afraid: ----- revision 1.152 date: 2024/06/25 13:48:24; author: jsing; state: Exp; lines: +4 -6; commitid: zYvbKgIDQynwtSKo; 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). ----- And more recently: https://go-review.googlesource.com/c/go/+/649659