summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-18 10:18:28 +0100
committerSam James <sam@gentoo.org>2023-08-18 10:19:40 +0100
commitb295f9530d1b89178f88e88c1ab0bf20c493bed3 (patch)
tree533fd6bb425943dc6600517efa5a31457c5951ff /sys-devel
parentkde-frameworks/kio: tarball respun (diff)
downloadgentoo-b295f9530d1b89178f88e88c1ab0bf20c493bed3.tar.gz
gentoo-b295f9530d1b89178f88e88c1ab0bf20c493bed3.tar.bz2
gentoo-b295f9530d1b89178f88e88c1ab0bf20c493bed3.zip
sys-devel/gdb: update filter-lto comment for 9999
Active work ongoing in master so we may be able to drop this in time for 14. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gdb/gdb-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index e59893fec5d7..a408facc7c95 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -144,7 +144,12 @@ gdb_branding() {
src_configure() {
strip-unsupported-flags
- # https://sourceware.org/PR22395, bug #853898
+ # 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