Revert 1.18 and randomly sort kernel object files again now that the issue
authormiod <miod@openbsd.org>
Mon, 20 Nov 2023 16:11:45 +0000 (16:11 +0000)
committermiod <miod@openbsd.org>
Mon, 20 Nov 2023 16:11:45 +0000 (16:11 +0000)
has been addressed.

sys/arch/riscv64/conf/Makefile.riscv64

index ef6e918..94017a6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.riscv64,v 1.18 2023/11/11 18:00:36 jca Exp $
+#      $OpenBSD: Makefile.riscv64,v 1.19 2023/11/20 16:11:45 miod Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -34,7 +34,7 @@ CWARNFLAGS=   -Werror -Wall -Wimplicit-function-declaration \
 CMACHFLAGS=    -march=rv64gc -mcmodel=medany -mno-relax \
                -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
 CMACHFLAGS+=   -ffreestanding ${NOPIE_FLAGS}
-SORTR=         cat
+SORTR=         sort -R
 .if ${IDENT:M-DNO_PROPOLICE}
 CMACHFLAGS+=   -fno-stack-protector
 .endif