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

/linux-master/
H A DMakefile659 # CC_VERSION_TEXT is referenced from Kconfig (so it needs export),
661 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1)) macro
663 ifneq ($(findstring clang,$(CC_VERSION_TEXT)),)
682 export KBUILD_DEFCONFIG KBUILD_KCONFIG CC_VERSION_TEXT
1790 prepare: CC_VERSION_TEXT := $(CC_VERSION_TEXT) macro
1792 @if [ "$(CC_VERSION_TEXT)" != "$(CONFIG_CC_VERSION_TEXT)" ]; then \
1795 echo >&2 " You are using: $(CC_VERSION_TEXT)"; \

Completed in 109 milliseconds