summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-08-08 21:03:24 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-08-08 21:03:24 +0100
commit7ee5c1a807ab9567521d161947beb301c9cd1fb9 (patch)
tree23de4ee064b7f8b147b4c7850de8127628371231 /eclass
parentsys-kernel/stable-sources: add 6.4.9, drop 6.4.8 (diff)
downloadportage-7ee5c1a807ab9567521d161947beb301c9cd1fb9.tar.xz
eclass/linux-build: ignore CONFIG_ARCH_HAS
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 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='