From e61dc1cee63f6c8912df0ea44e062727eecfa9f1 Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Sat, 12 Aug 2017 20:26:12 +0000 Subject: Use ctfstrip(1) by default to strip kernels. ok deraadt@, jasper@ --- sys/arch/loongson/conf/Makefile.loongson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/loongson/conf') diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index f38c5139564..5816e3d68bc 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.65 2017/07/18 16:43:27 tb Exp $ +# $OpenBSD: Makefile.loongson,v 1.66 2017/08/12 20:26:11 mpi 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 AS?= as CC?= cc LD?= ld ${ENDIAN} -- cgit v1.2.3