diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-10-05 15:51:03 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-10-05 15:51:03 +0100 |
commit | 109368d996577ef450f0b566c0b7ab34abeabc92 (patch) | |
tree | 0c3fea874859d787a63da784f6dccb2e8d10be1f /eclass | |
parent | sys-kernel/stable-sources: version bump (diff) | |
download | portage-109368d996577ef450f0b566c0b7ab34abeabc92.tar.xz |
linux-build.eclass: ignore CONFIG_HAVE_CTF_TOOLCHAIN
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 328f336c..247d7e64 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -546,6 +546,7 @@ _linux-build_src_prepare_build() { # Various --ignore-matching-lines '^CONFIG_PAHOLE_VERSION=' + --ignore-matching-lines '^CONFIG_HAVE_CTF_TOOLCHAIN=' ) if ! diff -q "${_diff_opts[@]}" "${BUILDDIR}/.config.old" "${BUILDDIR}/.config" ; then |