diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-10-31 12:47:54 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-10-31 19:06:48 +0000 |
commit | b76852a4cda03a1c339641404078baed19e0c8be (patch) | |
tree | 6fee1687488880286540ebe3ef1ff7395017b0a6 /eclass | |
parent | sys-kernel/longterm-sources: version bump (diff) | |
download | portage-b76852a4cda03a1c339641404078baed19e0c8be.tar.xz |
eclass/linux-build: ignore CONFIG_AS_HAS_
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-build.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 799e5a7b..38204d6d 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -494,7 +494,8 @@ _linux-build_src_prepare_build() { # Compiler --ignore-matching-lines '^CONFIG_CC_VERSION_TEXT=' - --ignore-matching-lines '^CONFIG_CC_HAS_[A-Z_]*=' + --ignore-matching-lines '^CONFIG_AS_HAS_[A-Z0-9_]*=' + --ignore-matching-lines '^CONFIG_CC_HAS_[A-Z0-9_]*=' --ignore-matching-lines '^CONFIG_HAVE_[A-Z_]*_COMPILER=' --ignore-matching-lines '^CONFIG_AS_VERSION=' |