diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-02 11:48:30 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-03-02 11:48:30 +0000 |
commit | c56fb958b15abbc120a92f79daf5ea4f6208fda5 (patch) | |
tree | d6324cc0598f9e3b952add71781acc69d4d4a578 /eclass/linux-build.eclass | |
parent | www-apache/mod_virtualvalue: update HOMEPAGE (diff) | |
download | portage-c56fb958b15abbc120a92f79daf5ea4f6208fda5.tar.xz |
linux-build.eclass: ignore CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND
Diffstat (limited to 'eclass/linux-build.eclass')
-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 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=' |