From 234baeac0ddbf02579d2efae4c0dc886383e36cc Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: May 09 2023 07:35:32 +0000 Subject: rpm/check-for-config-changes: add TOOLCHAIN_NEEDS_* to IGNORED_CONFIGS_RE This new form was added in commit e89c2e815e76 ("riscv: Handle zicsr/zifencei issues between clang and binutils"). --- diff --git a/rpm/check-for-config-changes b/rpm/check-for-config-changes index c0754d3..831a6e5 100755 --- a/rpm/check-for-config-changes +++ b/rpm/check-for-config-changes @@ -18,6 +18,7 @@ declare -a IGNORED_CONFIGS_RE=( 'LD_VERSION' 'PAHOLE_VERSION' 'TOOLCHAIN_HAS_[A-Z_]*' + 'TOOLCHAIN_NEEDS_[A-Z_]*' 'TOOLS_SUPPORT_[A-Z_]*' 'OBJTOOL' )