diff options
author | Sam James <sam@gentoo.org> | 2023-09-27 08:43:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-27 08:44:09 +0100 |
commit | 250e119954afe9ad63a4a2bd4afae50b6cc37001 (patch) | |
tree | 21a3fd6360ccd7e05df0a175328b13bbca4f5311 /sys-devel/gdb | |
parent | net-analyzer/zabbix: bump to 4.0.49 (diff) | |
download | gentoo-250e119954afe9ad63a4a2bd4afae50b6cc37001.tar.gz gentoo-250e119954afe9ad63a4a2bd4afae50b6cc37001.tar.bz2 gentoo-250e119954afe9ad63a4a2bd4afae50b6cc37001.zip |
sys-devel/gdb: drop filter-lto for 9999
Fixed upstream.
Bug: https://bugs.gentoo.org/853898
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 8 |
1 files changed, 0 insertions, 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. |