Home
last modified time | relevance | path

Searched refs:BOOTSTRAPPING (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/
DMakefile.inc1627 BOOTSTRAPPING?= 0
656 BOOTSTRAPPING=${OSRELDATE} \
687 BOOTSTRAPPING=${OSRELDATE} \
722 BOOTSTRAPPING=${OSRELDATE} \
2084 .if ${BOOTSTRAPPING} < 1200084
2093 .if ${BOOTSTRAPPING} < ${MINIMUM_SUPPORTED_OSREL} && ${BOOTSTRAPPING} != 0
2128 .if ${BOOTSTRAPPING} < 1000033
2136 .if ${BOOTSTRAPPING} < 1000033 || \
2137 (${BOOTSTRAPPING} > 1300098 && ${MK_LLD_IS_LD} == "no")
2143 .if ${BOOTSTRAPPING} < 1100093
[all …]
/freebsd-12-stable/usr.bin/clang/
Dclang.prog.mk20 .if ${.MAKE.OS} == "FreeBSD" || !defined(BOOTSTRAPPING)
Dllvm.prog.mk25 .if ${.MAKE.OS} == "FreeBSD" || !defined(BOOTSTRAPPING)
/freebsd-12-stable/libexec/flua/
DMakefile29 .if !defined(BOOTSTRAPPING)
/freebsd-12-stable/lib/liblua/
DMakefile29 .if defined(BOOTSTRAPPING)
Dluaconf.h78 #ifndef BOOTSTRAPPING
/freebsd-12-stable/sbin/md5/
DMakefile53 .ifndef(BOOTSTRAPPING)
/freebsd-12-stable/targets/pseudo/bootstrap-tools/
DMakefile40 BOOTSTRAPPING=${OSRELDATE} \
/freebsd-12-stable/tools/build/
DMakefile17 BOOTSTRAPPING?= 0 macro
/freebsd-12-stable/usr.bin/clang/lld/
DMakefile107 .if ${.MAKE.OS} == "FreeBSD" || !defined(BOOTSTRAPPING)
/freebsd-12-stable/lib/libelf/
DMakefile85 .if defined(BOOTSTRAPPING) && ${.MAKE.OS} == "Linux"
/freebsd-12-stable/lib/libmd/
DMakefile105 .if defined(BOOTSTRAPPING) || ${MK_MACHDEP_OPTIMIZATIONS} == no
/freebsd-12-stable/contrib/gcc/
DChangeLog-200611395 * Makefile.in (BOOTSTRAPPING): New.
11396 (quickstrap): New definition if BOOTSTRAPPING=yes.