From: jsg Date: Tue, 18 May 2021 12:24:12 +0000 (+0000) Subject: use ctfstrip instead of strip to add .SUNW_ctf X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3049d6bf55f8ab1637443ce5856ed68e6bb981b1;p=openbsd use ctfstrip instead of strip to add .SUNW_ctf ok deraadt@ mpi@ --- diff --git a/sys/arch/riscv64/conf/Makefile.riscv64 b/sys/arch/riscv64/conf/Makefile.riscv64 index 46d6e80886a..56d3940429c 100644 --- a/sys/arch/riscv64/conf/Makefile.riscv64 +++ b/sys/arch/riscv64/conf/Makefile.riscv64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.riscv64,v 1.9 2021/05/15 20:51:12 kettenis Exp $ +# $OpenBSD: Makefile.riscv64,v 1.10 2021/05/18 12:24:12 jsg Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -11,7 +11,7 @@ .include SIZE?= size -STRIP?= strip +STRIP?= ctfstrip # source tree is located via $S relative to the compilation directory .ifndef S