-# $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.
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