Re: is COMPAT_FREEBSD11 still required for riscv64, in order to build rustc?
Date: Sun, 24 Aug 2025 14:57:05 UTC
On Sun, Aug 24, 2025 at 8:52 AM void <void@f-m.fm> wrote: > A while ago there was this thread: > > https://lists.freebsd.org/archives/freebsd-riscv/2024-September/000382.html > > is COMPAT_FREEBSD11 still needed in riscv64 on 15-PRERELEASE ? > > (not too sure where to ask about this. Please suggest a better-suited > mailing list if there is one better, thanks) I thought they'd finally landed the pull request that made this required. A trivial rust program would tell you since the holdup was integrating the ino64 system calls and that touched everything. Warner