> Date: Tue, 11 Jan 2022 17:01:45 +0800 > From: Kevin Lo <ke...@kevlo.org> > > ok?
Right. That's a leftover from when we were still cross-compiling. ok kettenis@ > Index: sys/arch/riscv64/conf/Makefile.riscv64 > =================================================================== > RCS file: /cvs/src/sys/arch/riscv64/conf/Makefile.riscv64,v > retrieving revision 1.14 > diff -u -p -u -p -r1.14 Makefile.riscv64 > --- sys/arch/riscv64/conf/Makefile.riscv64 17 Dec 2021 14:59:22 -0000 > 1.14 > +++ sys/arch/riscv64/conf/Makefile.riscv64 11 Jan 2022 07:13:14 -0000 > @@ -34,7 +34,6 @@ CWARNFLAGS= -Werror -Wall -Wimplicit-fun > CMACHFLAGS= -march=rv64gc -mcmodel=medany -mno-relax \ > -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer > CMACHFLAGS+= -ffreestanding ${NOPIE_FLAGS} > -CMACHFLAGS+= -target riscv64-unknown-openbsd > SORTR= sort -R > .if ${IDENT:M-DNO_PROPOLICE} > CMACHFLAGS+= -fno-stack-protector > >