diff options
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index 248beb6a33e..d8fc7710cd6 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.51 2021/11/27 00:49:21 jsg Exp $ +# $OpenBSD: Makefile.armv7,v 1.52 2021/12/17 14:59:22 patrick Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -26,6 +26,7 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -MD -MP CWARNFLAGS= -Werror -Wall -Wimplicit-function-declaration \ -Wno-pointer-sign \ -Wno-constant-conversion -Wno-address-of-packed-member \ + -Wno-unused-but-set-variable -Wno-gnu-folding-constant \ -Wframe-larger-than=2047 CMACHFLAGS= -msoft-float -march=armv7a |