Home
last modified time | relevance | path

Searched refs:HAVE_GCC (Results 1 – 25 of 73) sorted by relevance

123

/netbsd/tests/lib/libc/misc/
H A DMakefile33 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc"
34 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
35 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
39 COPTS.ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=builtin-declaration…
/netbsd/sys/conf/
H A Dcopts.mk16 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 8 && ${ACTIVE_CC} == "gcc" && \
21 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 10 && ${ACTIVE_CC} == "gcc"
/netbsd/bin/expr/
H A DMakefile9 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 5 && ${ACTIVE_CC} == "gcc"
/netbsd/share/mk/
H A Dbsd.sys.mk90 . if !defined(HAVE_GCC) || defined(HAVE_LLVM)
106 .if "${ACTIVE_CC}" == "gcc" && ${HAVE_GCC} < 8
116 .if ${WARNS} > 3 && (defined(HAVE_GCC) || defined(HAVE_LLVM))
129 .if (defined(HAVE_GCC) \
184 ( ${HAVE_GCC} == "5" || \
185 ${HAVE_GCC} == "6" ) && \
H A Dbsd.own.mk78 HAVE_GCC?= 10
90 .if ${HAVE_GCC} == 10
92 .elif ${HAVE_GCC} == 11
661 AVAILABLE_COMPILER?= ${HAVE_PCC:Dpcc} ${HAVE_LLVM:Dclang} ${HAVE_GCC:Dgcc} false
689 ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-address-of-packed-member :}
692 CC_WNO_FORMAT_OVERFLOW= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-format-overflow :}
693 CC_WNO_FORMAT_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-format-truncation :}
697 CC_WNO_STRINGOP_OVERFLOW= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-stringop-overflow :}
896 .if defined(HAVE_GCC)
975 ARM_APCS_FLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -mno-thumb-interwork :}
[all …]
/netbsd/tools/gcc/
H A DMakefile11 .if ${HAVE_GCC} == 10
57 .if ${HAVE_GCC} >= 7
105 .if ${HAVE_GCC} >= 9
276 .if !empty(PREV_GCC) && "${PREV_GCC}" != "${EXTERNAL_GCC_SUBDIR}-${HAVE_GCC}"
279 @echo "*** != EXTERNAL_GCC_SUBDIR-HAVE_GCC '${EXTERNAL_GCC_SUBDIR}-${HAVE_GCC}'"
284 echo ${EXTERNAL_GCC_SUBDIR}-${HAVE_GCC} >PREV_GCC
H A DREADME.mknative32 3. In src/tools/gcc, do "nbmake-MACHINE HAVE_GCC=8 bootstrap-libgcc".
42 "nbmake-MACHINE obj do-distrib-dirs MKGCC=no MKBINUTILS=no HAVE_GCC=8", and
43 "nbmake-MACHINE includes HAVE_GCC= MKGCC=no MKBINUTILS=no HAVE_GCC=8".
59 "nbmake-MACHINE dependall install MKGCC=no HAVE_GCC=8".
H A Dgcc-version.mk5 .if ${HAVE_GCC} == 10
/netbsd/tools/
H A DMakefile28 . if (defined(HAVE_GCC) && ${HAVE_GCC} > 0) || \
38 . if defined(HAVE_GCC) && ${HAVE_GCC} > 0
/netbsd/external/bsd/ipf/bin/ipf/
H A DMakefile45 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc"
/netbsd/sys/arch/aarch64/conf/
H A DMakefile.aarch6442 .if defined(PROF) && ${HAVE_GCC:U0} > 0
58 .if ${KASAN:U0} > 0 && ${HAVE_GCC:U0} > 0
/netbsd/sys/lib/libkern/
H A DMakefile.compiler-rt133 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc"
/netbsd/sys/arch/amd64/conf/
H A DMakefile.amd6453 .if ${HAVE_GCC:U0} > 0
73 .if ${KCSAN:U0} > 0 && ${HAVE_GCC:U0} > 0
/netbsd/sys/arch/arm/conf/
H A DMakefile.arm60 .if !empty(OPT_DDB) && ${HAVE_GCC:U0} > 0
69 .if ${KASAN:U0} > 0 && ${HAVE_GCC:U0} > 0
/netbsd/lib/i18n_module/UTF7/
H A DMakefile6 .if ${MACHINE_ARCH} == "vax" && defined(HAVE_GCC)
/netbsd/external/gpl3/gcc/
H A DMakefile.gcc_path16 GCC_INCSDIR= /usr/include/gcc-${HAVE_GCC}
/netbsd/external/gpl3/gcc.old/
H A DMakefile.gcc_path16 GCC_INCSDIR= /usr/include/gcc-${HAVE_GCC}
/netbsd/external/bsd/ppp/usr.sbin/
H A DMakefile.inc11 .if defined(HAVE_GCC) || defined(HAVE_LLVM)
/netbsd/usr.bin/tftp/
H A DMakefile12 ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-array-bounds :}
/netbsd/external/apache2/llvm/librt/
H A DMakefile.inc6 CWARNFLAGS.gcc+= ${${HAVE_GCC:U0} >= 9:? -Wno-error=init-list-lifetime :}
/netbsd/external/mit/xorg/server/xorg-server.old/
H A DMakefile.servermod30 COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
/netbsd/tests/lib/libobjc/
H A DMakefile10 .if ${HAVE_GCC:U0} > 0
/netbsd/external/mit/xorg/server/xorg-server/
H A DMakefile.servermod34 COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
/netbsd/external/apache2/llvm/lib/libLLVMTransformsCFGuard/
H A DMakefile17 CWARNFLAGS.gcc+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=init-list-lifetime :}
/netbsd/external/bsd/am-utils/bin/pawd/
H A DMakefile17 .if defined(HAVE_GCC)

123