diff options
Diffstat (limited to 'sys/arch/armv7/conf/Makefile.armv7')
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index e9facce71d9..1d63b7e3842 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.33 2017/07/18 16:43:27 tb Exp $ +# $OpenBSD: Makefile.armv7,v 1.34 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 <bsd.own.mk> SIZE?= size -STRIP?= strip +STRIP?= ctfstrip # source tree is located via $S relative to the compilation directory .ifndef S |