Lines Matching defs:compiler
280 # Installation targets should not require compiler. Unfortunately, vdso_install
282 no-compiler-targets := $(no-dot-config-targets) install dtbs_install \
291 need-compiler := 1
301 ifneq ($(filter $(no-compiler-targets), $(MAKECMDGOALS)),)
302 ifeq ($(filter-out $(no-compiler-targets), $(MAKECMDGOALS)),)
303 need-compiler :=
545 -include $(srctree)/include/linux/compiler-version.h \
669 # and from include/config/auto.conf.cmd to detect the compiler upgrade.
678 ifdef need-compiler
679 include $(srctree)/scripts/Makefile.compiler
1566 @echo ' (requires compiler support for LLVM assembly generation)'
1787 echo >&2 "warning: the compiler differs from the one used to build the kernel"; \