Am 27.06.25 um 21:54 schrieb Greg Troxel:
Does it need to be 14? NetBSD 9 in general needs to build gcc10, and if that works, that's much nicer. I would expect it to work the same way in Makefile, after the existing GCC_REQD.
I found the following: - llvm compiled with gcc 10 *also* miscompiles wasi-libc on NetBSD 9- if you put gcc14 into lang/llvm/Makefile, Rust doesn't build because it expects an older C++ ABI.
So I am thinking that I should put GCC_REQD+=14 into both Makefile and buildlink3.mk?
-- Benny