CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2023/11/11 11:00:36

Modified files:
        sys/arch/riscv64/conf: Makefile.riscv64 

Log message:
Randomly linked riscv64 kernels built with clang/lld-16 hang too often

Use cat instead of sort -R to disable random relinking for now, until we
find the culprit.  For whoever interested, using cat or sort avoids the
problem but using sort -r makes it 100% reproducible in my tests.

Suggested by deraadt@

Reply via email to