diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-14 13:51:46 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-14 13:51:46 +0100 |
commit | 2b015599f486dbf43361c531f7350b3d0c66dade (patch) | |
tree | 4f865032e3a4b57d36ad6cae2b049e26c4c5df75 /eclass/linux-build.eclass | |
parent | factory-default/net-misc/openssh: enable ServerAliveInterval instead of (diff) | |
download | portage-2b015599f486dbf43361c531f7350b3d0c66dade.tar.xz |
eclass/linux-build: ignore CONFIG_CC_HAVE_
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r-- | eclass/linux-build.eclass | 1 |
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=' |