summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-05-04 02:59:18 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-05-04 02:59:18 +0100
commit2a7adf08ced00a2d760a1ebffd25e85d72c39243 (patch)
treec909b751b88a4e0a34941dd752daa4abe919bf6c /eclass
parentdev-python/hidapi: version bump (diff)
downloadportage-2a7adf08ced00a2d760a1ebffd25e85d72c39243.tar.xz
linux-build.eclass: ignore CONFIG_GCC[0-9]+_NO_ARRAY_BOUNDS
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 94f67006..2eb01ed3 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -507,6 +507,7 @@ _linux-build_src_prepare_build() {
# GCC only
--ignore-matching-lines '^CONFIG_CC_IS_GCC='
--ignore-matching-lines '^CONFIG_GCC_VERSION='
+ --ignore-matching-lines '^CONFIG_GCC[0-9]+_'
--ignore-matching-lines '^CONFIG_AS_IS_GNU='
--ignore-matching-lines '^CONFIG_LD_IS_BFD='
--ignore-matching-lines '^CONFIG_LD_VERSION='