summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-07-14 13:51:46 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-07-14 13:51:46 +0100
commit2b015599f486dbf43361c531f7350b3d0c66dade (patch)
tree4f865032e3a4b57d36ad6cae2b049e26c4c5df75 /eclass
parentfactory-default/net-misc/openssh: enable ServerAliveInterval instead of (diff)
downloadportage-2b015599f486dbf43361c531f7350b3d0c66dade.tar.xz
eclass/linux-build: ignore CONFIG_CC_HAVE_
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index fb274440..3e408b06 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -501,6 +501,7 @@ _linux-build_src_prepare_build() {
--ignore-matching-lines '^CONFIG_CC_VERSION_TEXT='
--ignore-matching-lines '^CONFIG_AS_HAS_[A-Z0-9_]*='
--ignore-matching-lines '^CONFIG_CC_HAS_[A-Z0-9_]*='
+ --ignore-matching-lines '^CONFIG_CC_HAVE_[A-Z0-9_]*='
--ignore-matching-lines '^CONFIG_HAVE_[A-Z_]*_COMPILER='
--ignore-matching-lines '^CONFIG_AS_VERSION='