Home | History | Annotate | Download | only in misc

Lines Matching refs:COPTS

13 COPTS.t_vis.c+=	-mvis
15 COPTS.t_vis.c+= -no-integrated-as -Xassembler -Av9a
36 COPTS.t_ubsan.c += -Wno-stack-protector ${UBSAN_FLAGS}
37 COPTS.t_ubsanxx.cpp += -Wno-stack-protector ${UBSAN_FLAGS}
38 COPTS.ubsan.c+= ${${ACTIVE_CC} == "clang" && ${MACHINE_ARCH} == "powerpc":? -O0 :}
40 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
41 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
42 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}
43 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}
45 COPTS.ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-builtin-declaration-mismatch :}