summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-02 11:48:30 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-03-02 11:48:30 +0000
commitc56fb958b15abbc120a92f79daf5ea4f6208fda5 (patch)
treed6324cc0598f9e3b952add71781acc69d4d4a578 /eclass
parentwww-apache/mod_virtualvalue: update HOMEPAGE (diff)
downloadportage-c56fb958b15abbc120a92f79daf5ea4f6208fda5.tar.xz
linux-build.eclass: ignore CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND
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 c6ccf814..9e2516a8 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -519,6 +519,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_ASM_'
--ignore-matching-lines '^CONFIG_GCC[0-9]+_'
--ignore-matching-lines '^CONFIG_AS_IS_GNU='
--ignore-matching-lines '^CONFIG_LD_IS_BFD='