mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 07:56:57 +02:00
sys-devel/gdb: Sync with Gentoo
It's from Gentoo commit b295f9530d1b89178f88e88c1ab0bf20c493bed3.
This commit is contained in:
parent
a654a2a7f2
commit
018f318fb0
@ -144,7 +144,12 @@ gdb_branding() {
|
|||||||
src_configure() {
|
src_configure() {
|
||||||
strip-unsupported-flags
|
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user