summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2023-02-25 12:02:16 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2023-02-25 13:51:42 +0000
commit7c146ed87c9b18c4678d467f46c54883312b5040 (patch)
tree30f597417ac46747f8d3326b5338f03c52f30102 /eclass
parentsys-kernel/longterm-sources: version bump (diff)
downloadportage-7c146ed87c9b18c4678d467f46c54883312b5040.tar.xz
linux-build.eclass: ignore CONFIG_PAHOLE_VERSION
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 04766400..94f67006 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -522,6 +522,9 @@ _linux-build_src_prepare_build() {
--ignore-matching-lines '^CONFIG_LD_IS_LLD='
--ignore-matching-lines '^CONFIG_LLD_VERSION='
--ignore-matching-lines '^CONFIG_TOOLS_SUPPORT_RELR='
+
+ # Various
+ --ignore-matching-lines '^CONFIG_PAHOLE_VERSION='
)
if ! diff -q "${_diff_opts[@]}" "${BUILDDIR}/.config.old" "${BUILDDIR}/.config" ; then