HomeSort by: relevance | last modified time | path
    Searched refs:HAVE_GCC (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/bin/expr/
Makefile 9 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 5 && ${ACTIVE_CC} == "gcc"
  /src/tools/gcc/
gcc-version.mk 5 .if ${HAVE_GCC} == 12
8 .if ${HAVE_GCC} == 14
Makefile 19 .if ${HAVE_GCC} > 10
62 .if ${HAVE_GCC} < 12 || defined(NOGCCISL)
68 .if ${HAVE_GCC} >= 14 && ${MACHINE} == "ia64"
280 .if !empty(PREV_GCC) && "${PREV_GCC}" != "${EXTERNAL_GCC_SUBDIR}-${HAVE_GCC}-${NETBSD_GCC_VERSION_NOSPACE}"
284 @echo "*** != EXTERNAL_GCC_SUBDIR-HAVE_GCC-NETBSD_GCC_VERSION_NOSPACE:"
285 @echo "*** != '${EXTERNAL_GCC_SUBDIR}-${HAVE_GCC}-${NETBSD_GCC_VERSION_NOSPACE}'"
290 echo ${EXTERNAL_GCC_SUBDIR}-${HAVE_GCC}-${NETBSD_GCC_VERSION_NOSPACE} >PREV_GCC
  /src/lib/libc/gmon/
Makefile.inc 33 ${HAVE_GCC:U0} >= 6
  /src/usr.bin/tftp/
Makefile 12 ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-array-bounds :}
  /src/tests/lib/libc/misc/
Makefile 33 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
34 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-int-in-bool-context :}
35 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}
36 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}
38 COPTS.ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-builtin-declaration-mismatch :}
  /src/tests/lib/libobjc/
Makefile 10 .if ${HAVE_GCC:U0} > 0
  /src/sys/conf/
copts.mk 15 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 8 && ${ACTIVE_CC} == "gcc" && \
20 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 10 && ${ACTIVE_CC} == "gcc"
33 .if defined(HAVE_GCC) && ${HAVE_GCC} >= 12 && ${ACTIVE_CC} == "gcc" && \
  /src/usr.sbin/rbootd/
Makefile 16 .if defined(HAVE_GCC) || defined(HAVE_LLVM)
  /src/sys/modules/dtrace/netbsd32_syscall/
Makefile 19 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-error=array-bounds :}
  /src/sys/modules/dtrace/syscall/
Makefile 19 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-error=array-bounds :}
  /src/lib/libpuffs/
Makefile 25 COPTS.callcontext.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-dangling-pointer :}
  /src/lib/libbz2/
Makefile 22 defined(HAVE_GCC)
  /src/usr.sbin/mopd/common/
Makefile 22 .if ${MACHINE} == "alpha" && ${HAVE_GCC:U0} == 14
  /src/tools/
Makefile 26 . if (defined(HAVE_GCC) && ${HAVE_GCC} > 0) || \
32 . if (defined(HAVE_GCC) && ${HAVE_GCC} >= 12 && !defined(NOGCCISL))
39 . if defined(HAVE_GCC) && ${HAVE_GCC} > 0
  /src/sys/arch/vax/boot/xxboot/
Makefile 44 COPTS.bootxx.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=array-bounds :}
  /src/sys/arch/vax/boot/xxboot_ustarfs/
Makefile 40 COPTS.bootxx.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=array-bounds :}
  /src/sys/rump/fs/lib/libffs/
Makefile 21 CWARNFLAGS.gcc+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=restrict :}
  /src/usr.sbin/syslogd/
Makefile 38 COPTS.sign.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 14:? -Wno-error=use-after-free :}
  /src/share/mk/
bsd.sys.mk 100 . if !defined(HAVE_GCC) || defined(HAVE_LLVM)
116 .if "${ACTIVE_CC}" == "gcc" && ${HAVE_GCC} < 8
126 .if ${WARNS} > 3 && (defined(HAVE_GCC) || defined(HAVE_LLVM))
139 .if (defined(HAVE_GCC) \
194 ( ${HAVE_GCC} == "5" || \
195 ${HAVE_GCC} == "6" ) && \
bsd.own.mk 102 HAVE_GCC?= 14
105 HAVE_GCC?= 12
115 # set to the relevant subdirectory in src/external/gpl3 for his HAVE_GCC.
117 .if ${HAVE_GCC} == 12
119 .elif ${HAVE_GCC} == 14
736 AVAILABLE_COMPILER?= ${HAVE_PCC:Dpcc} ${HAVE_LLVM:Dclang} ${HAVE_GCC:Dgcc} false
764 ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-address-of-packed-member :}
766 CC_WNO_ARRAY_BOUNDS= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-array-bounds :}
767 CC_WNO_CALLOC_TRANSPOSED_ARGS= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 14:? -Wno-calloc-transposed-args :}
768 CC_WNO_CAST_FUNCTION_TYPE= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-cast-function-type :
    [all...]
  /src/distrib/sets/
mkvars.mk 14 HAVE_GCC \
  /src/bin/sh/
Makefile 99 COPTS.parser.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-error=clobbered :}
  /src/lib/libedit/
Makefile 140 .if defined(HAVE_GCC)
  /src/tests/lib/libc/sys/
Makefile 170 ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-error=deprecated :}

Completed in 18 milliseconds

1 2