diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-08-08 01:30:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-08-08 01:30:09 +0100 |
commit | 0530cb8cac66dd347ecd171d829574bcd6fe58cb (patch) | |
tree | 05b530fcb70f9f1d80d89c997aaa4ab49c906162 /eclass | |
parent | sys-kernel/stable-sources: version bump (diff) | |
download | portage-0530cb8cac66dd347ecd171d829574bcd6fe58cb.tar.xz |
eclass/linux-build: ignore CONFIG_AS_VERSION
Diffstat (limited to '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 752c6c0d..a7e2c4b2 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -500,6 +500,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_AS_VERSION=' --ignore-matching-lines '^CONFIG_LD_VERSION=' --ignore-matching-lines '^CONFIG_PLUGIN_HOSTCC=' # Removed in v5.7 --ignore-matching-lines '^CONFIG_GCC_PLUGINS=' |