diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-14 13:52:00 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-07-14 13:56:24 +0100 |
commit | 59c7daa2447a7ff32a1cbbc0ae857cd975c2ba89 (patch) | |
tree | c1d0800225f84aa7545c38f8e3e58150e9b1afe5 | |
parent | eclass/linux-build: ignore CONFIG_CC_HAVE_ (diff) | |
download | portage-59c7daa2447a7ff32a1cbbc0ae857cd975c2ba89.tar.xz |
eclass/linux-build: ignore CONFIG_ARCH_SUPPORTS
-rw-r--r-- | eclass/linux-build.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 3e408b06..134ab96b 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -497,6 +497,9 @@ _linux-build_src_prepare_build() { --ignore-matching-lines '^$' --ignore-matching-lines '^#' + # Architecture + --ignore-matching-lines '^CONFIG_ARCH_SUPPORTS_[A-Z_]*=' + # Compiler --ignore-matching-lines '^CONFIG_CC_VERSION_TEXT=' --ignore-matching-lines '^CONFIG_AS_HAS_[A-Z0-9_]*=' |