Diff gdb-13.2-r2 with a gdb-9999
/usr/portage/sys-devel/gdb/gdb-9999.ebuild 2023-10-09 14:52:35.484368501 +0300 | ||
---|---|---|
113 | 113 | |
114 | 114 |
PATCHES=( |
115 | 115 |
"${FILESDIR}"/${PN}-8.3.1-verbose-build.patch |
116 |
"${FILESDIR}"/${P}-fix-sparc-debugging.patch |
|
117 | 116 |
) |
118 | 117 | |
119 | 118 |
pkg_setup() { |
... | ... | |
145 | 144 |
src_configure() { |
146 | 145 |
strip-unsupported-flags |
147 | 146 | |
148 |
# https://sourceware.org/PR22395, bug #853898 |
|
149 |
filter-lto |
|
150 | ||
151 | 147 |
# See https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html |
152 | 148 |
# Avoid really confusing logs from subconfigure spam, makes logs far |
153 | 149 |
# more legible. |