From: kevlo Date: Wed, 12 Jan 2022 00:58:48 +0000 (+0000) Subject: Remove -target riscv64-unknown-openbsd from CMACHFLAGS. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3efcb5c6c97c94c5135b4456fd2d01f269a7efd0;p=openbsd Remove -target riscv64-unknown-openbsd from CMACHFLAGS. ok kettenis@ deraadt@ --- diff --git a/sys/arch/riscv64/conf/Makefile.riscv64 b/sys/arch/riscv64/conf/Makefile.riscv64 index 0972911c51e..3f3336d0559 100644 --- a/sys/arch/riscv64/conf/Makefile.riscv64 +++ b/sys/arch/riscv64/conf/Makefile.riscv64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.riscv64,v 1.14 2021/12/17 14:59:22 patrick Exp $ +# $OpenBSD: Makefile.riscv64,v 1.15 2022/01/12 00:58:48 kevlo Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -34,7 +34,6 @@ 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} -CMACHFLAGS+= -target riscv64-unknown-openbsd SORTR= sort -R .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector