commit: edd80cd8d93acc880156c4b5cb3d38ce5df5164e Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Thu Feb 12 13:33:39 2026 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Thu Feb 12 13:33:39 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd80cd8
dev-qt/qtwebengine: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/qtwebengine-6.11.0-clang-bfd.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.11.0-clang-bfd.patch b/dev-qt/qtwebengine/files/qtwebengine-6.11.0-clang-bfd.patch deleted file mode 100644 index 6cf46e0d32b2..000000000000 --- a/dev-qt/qtwebengine/files/qtwebengine-6.11.0-clang-bfd.patch +++ /dev/null @@ -1,26 +0,0 @@ -Based on [1] which got reverted[2] because it failed for gold, however -we do not support the gold linker either way anymore and can use this -method until upstream finds their own solution. - -Note that !use_bfd is not a thing, so we need to check other linkers. -Reported to work fine for mold, while it is unknown for the new'ish -wild. At worst using the bfd path will just be slightly slower assuming -the linker is even remotely compatible. - -As a precaution, keeping the previous !is_clang albeit it should not -matter. - -https://qt-project.atlassian.net/browse/QTBUG-141153 -https://github.com/gentoo/gentoo/pull/45441 - -[1] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/684653 -[2] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/690328 ---- a/src/3rdparty/chromium/build/config/compiler/BUILD.gn -+++ b/src/3rdparty/chromium/build/config/compiler/BUILD.gn -@@ -2760,5 +2760,5 @@ - # .o files, instead of just references to .o files in the build directoy - config("thin_archive") { -- if ((is_apple && use_lld) || (is_linux && !is_clang) || current_os == "aix") { -+ if ((is_apple && use_lld) || (is_linux && (!is_clang || (!use_lld && !use_mold))) || current_os == "aix") { - # The macOS and iOS linker ld64.ldd doesn't support thin archive without - # symbol table, gcc on linux also throws the error `archive has no index`.
