From b61ab8f57e3f2877d75c7336980f651e638e3dad Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Fri, 17 Dec 2021 01:23:07 +0300 Subject: kernel: filter out both Clang and LLD versions Both CLANG_VERSION and LLD_VERISON are autogenerated runtime configuration options, so add them to the kernel configuration filter and remove from generic and per-target configs to keep configs clean. Signed-off-by: Sergey Ryazanov --- target/linux/generic/config-filter | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic/config-filter') diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter index 719487be5f..16daecf321 100644 --- a/target/linux/generic/config-filter +++ b/target/linux/generic/config-filter @@ -3,10 +3,12 @@ # CONFIG_ARCH_(ENABLE|HAS|HAVE|INLINE|SUPPORTS|USE|WANT|STACKWALK)_.* is not set # CONFIG_AS_.* is not set # CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set +CONFIG_CLANG_VERSION=.* # CONFIG_GCC_VERSION is not set # CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set # CONFIG_INLINE_.* is not set # CONFIG_LD_.* is not set +CONFIG_LLD_VERSION=.* CONFIG_PLUGIN_HOSTCC=".*" # CONFIG_SET_FS is not set # CONFIG_TASKS_.* is not set -- cgit v1.2.3