Home | History | Annotate | Line # | Download | only in conf
copts.mk revision 1.3.4.2
      1 #	$NetBSD: copts.mk,v 1.3.4.2 2019/06/10 22:07:04 christos Exp $
      2 
      3 # MI per-file compiler options required.
      4 
      5 .ifndef _SYS_CONF_COPTS_MK_
      6 _SYS_CONF_COPTS_MK_=1
      7 
      8 .if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
      9 COPTS.zlib.c+=		-Wno-error=implicit-fallthrough
     10 COPTS.pf.c+=		-Wno-error=implicit-fallthrough
     11 COPTS.radeon_cs.c+=	-Wno-error=implicit-fallthrough
     12 COPTS.via_dmablit.c+=	-Wno-error=implicit-fallthrough
     13 .endif
     14 
     15 .endif
     16