diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-08-08 21:03:24 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-08-08 21:03:24 +0100 |
commit | 7ee5c1a807ab9567521d161947beb301c9cd1fb9 (patch) | |
tree | 23de4ee064b7f8b147b4c7850de8127628371231 | |
parent | sys-kernel/stable-sources: add 6.4.9, drop 6.4.8 (diff) | |
download | portage-7ee5c1a807ab9567521d161947beb301c9cd1fb9.tar.xz |
eclass/linux-build: ignore CONFIG_ARCH_HAS
-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 247418bf..940726e7 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -499,6 +499,7 @@ _linux-build_src_prepare_build() { # Architecture --ignore-matching-lines '^CONFIG_ARCH_SUPPORTS_[A-Z_]*=' + --ignore-matching-lines '^CONFIG_ARCH_HAS_[A-Z_]*=' # Compiler --ignore-matching-lines '^CONFIG_CC_VERSION_TEXT=' |