sys-devel/gdb: Sync with Gentoo

It's from Gentoo commit 0262b1c837e178a7d955d13f463d8ce648ee00ad.
This commit is contained in:
Flatcar Buildbot 2023-08-14 07:13:11 +00:00
parent 6110ee42e1
commit 71d3523821
2 changed files with 6 additions and 0 deletions

View File

@ -145,6 +145,9 @@ gdb_branding() {
src_configure() { src_configure() {
strip-unsupported-flags strip-unsupported-flags
# https://sourceware.org/PR22395, bug #853898
filter-lto
# See https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html # See https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html
# Avoid really confusing logs from subconfigure spam, makes logs far # Avoid really confusing logs from subconfigure spam, makes logs far
# more legible. # more legible.

View File

@ -144,6 +144,9 @@ gdb_branding() {
src_configure() { src_configure() {
strip-unsupported-flags strip-unsupported-flags
# https://sourceware.org/PR22395, bug #853898
filter-lto
# See https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html # See https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html
# Avoid really confusing logs from subconfigure spam, makes logs far # Avoid really confusing logs from subconfigure spam, makes logs far
# more legible. # more legible.