From e9f2ba64ee8f8b0a5ba44224e66ebda01dfd042d Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Nov 08 2022 06:45:37 +0000 Subject: rpm/check-for-config-changes: add TOOLCHAIN_HAS_* to IGNORED_CONFIGS_RE This new form was added in commit b8c86872d1dc (riscv: fix detection of toolchain Zicbom support). --- diff --git a/rpm/check-for-config-changes b/rpm/check-for-config-changes index 624f10c..d7b8bd6 100755 --- a/rpm/check-for-config-changes +++ b/rpm/check-for-config-changes @@ -18,6 +18,7 @@ declare -a IGNORED_CONFIGS_RE=( 'HAVE_[A-Z]*_COMPILER' 'LD_VERSION' 'PAHOLE_VERSION' + 'TOOLCHAIN_HAS_[A-Z_]*' 'TOOLS_SUPPORT_[A-Z_]*' )