summaryrefslogtreecommitdiff
path: root/eclass/linux-build.eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-08-08 01:30:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-08-08 01:30:09 +0100
commit0530cb8cac66dd347ecd171d829574bcd6fe58cb (patch)
tree05b530fcb70f9f1d80d89c997aaa4ab49c906162 /eclass/linux-build.eclass
parentsys-kernel/stable-sources: version bump (diff)
downloadportage-0530cb8cac66dd347ecd171d829574bcd6fe58cb.tar.xz
eclass/linux-build: ignore CONFIG_AS_VERSION
Diffstat (limited to 'eclass/linux-build.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 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='