commit: 250e119954afe9ad63a4a2bd4afae50b6cc37001 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 27 07:43:50 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 27 07:44:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250e1199
sys-devel/gdb: drop filter-lto for 9999 Fixed upstream. Bug: https://bugs.gentoo.org/853898 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gdb/gdb-9999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index a408facc7c95..085df52dacb9 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -144,14 +144,6 @@ gdb_branding() { src_configure() { strip-unsupported-flags - # Originally added for bug #853898. - # During 14 development (not yet released as of writing), there's active - # work ongoing here: - # * https://sourceware.org/PR22395 (general/catchall/tracker) - # * https://sourceware.org/PR30751 (btrace) - # * https://sourceware.org/PR30757 (opcodes) - filter-lto - # See https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html # Avoid really confusing logs from subconfigure spam, makes logs far # more legible.
