Home
last modified time | relevance | path

Searched refs:CC_VERSION_TEXT (Results 1 – 2 of 2) sorted by relevance

/linux/
H A DMakefile728 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1)) macro
732 ifneq ($(findstring clang,$(CC_VERSION_TEXT)),)
751 export KBUILD_DEFCONFIG KBUILD_KCONFIG CC_VERSION_TEXT RUSTC_VERSION_TEXT PAHOLE_VERSION
2006 prepare: CC_VERSION_TEXT := $(CC_VERSION_TEXT) macro
/linux/init/
H A DKconfig2 config CC_VERSION_TEXT config
4 default "$(CC_VERSION_TEXT)"
10 CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd.
15 line so fixdep adds include/config/CC_VERSION_TEXT into the
2220 See `CC_VERSION_TEXT`.