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