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