Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/
DMakefile588 CC_VERSION_TEXT = $(shell $(CC) --version 2>/dev/null | head -n 1) macro
599 export KBUILD_DEFCONFIG KBUILD_KCONFIG CC_VERSION_TEXT
/device/soc/rockchip/common/sdk_linux/init/
DKconfig11 config CC_VERSION_TEXT config
13 default "$(CC_VERSION_TEXT)"
19 CC_VERSION_TEXT so it is recorded in include/config/auto.conf.cmd.
29 def_bool $(success,echo "$(CC_VERSION_TEXT)" | grep -q gcc)
41 def_bool $(success,echo "$(CC_VERSION_TEXT)" | grep -q clang)