summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2023-11-20 16:11:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2023-11-20 16:11:46 +0000
commit19106ee4790e3e7d907f51afd1b3803d835ec1cd (patch)
tree3c4341118c38ef02ec0a4618cf296c7bb259212a
parent6c217817778267ed99f8c36b79c91456aaff34b2 (diff)
Revert 1.18 and randomly sort kernel object files again now that the issue
has been addressed.
-rw-r--r--sys/arch/riscv64/conf/Makefile.riscv644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/riscv64/conf/Makefile.riscv64 b/sys/arch/riscv64/conf/Makefile.riscv64
index ef6e918ed99..94017a6a52e 100644
--- a/sys/arch/riscv64/conf/Makefile.riscv64
+++ b/sys/arch/riscv64/conf/Makefile.riscv64
@@ -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