From 71d3523821d3d28cf1b0ccf6a4dc43f3995151eb Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 14 Aug 2023 07:13:11 +0000 Subject: [PATCH] sys-devel/gdb: Sync with Gentoo It's from Gentoo commit 0262b1c837e178a7d955d13f463d8ce648ee00ad. --- .../portage-stable/sys-devel/gdb/gdb-13.2-r2.ebuild | 3 +++ .../third_party/portage-stable/sys-devel/gdb/gdb-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-13.2-r2.ebuild b/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-13.2-r2.ebuild index d5ff38e376..ad612f81a8 100644 --- a/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-13.2-r2.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-13.2-r2.ebuild @@ -145,6 +145,9 @@ gdb_branding() { src_configure() { strip-unsupported-flags + # https://sourceware.org/PR22395, bug #853898 + 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. diff --git a/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-9999.ebuild index 085df52dac..e59893fec5 100644 --- a/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-devel/gdb/gdb-9999.ebuild @@ -144,6 +144,9 @@ gdb_branding() { src_configure() { strip-unsupported-flags + # https://sourceware.org/PR22395, bug #853898 + 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.