sys-libs/binutils-libs: Sync with Gentoo

It's from Gentoo commit 84b3aab16ad1f18cfa0d8272945494d3edb2897b.
This commit is contained in:
Flatcar Buildbot 2024-11-25 07:09:32 +00:00 committed by Krzesimir Nowak
parent 6c2716ca30
commit be97d6fd8f
12 changed files with 33 additions and 12 deletions

View File

@ -54,6 +54,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -56,6 +56,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -54,6 +54,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -55,6 +55,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -69,6 +69,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -69,6 +69,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -73,6 +73,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -75,6 +75,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
local myconf=(

View File

@ -75,6 +75,9 @@ pkgversion() {
}
multilib_src_configure() {
# https://sourceware.org/PR32372
append-cflags -std=gnu17
filter-lto
# Workaround for lld-17 (bug #914640)

View File

@ -80,11 +80,10 @@ pkgversion() {
}
multilib_src_configure() {
filter-lto
# https://sourceware.org/PR32372
append-cflags -std=gnu17
# Workaround for lld-17 (bug #914640)
# Should be able to drop this w/ >=binutils-2.43
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
filter-lto
local myconf=(
# portage's econf() does not detect presence of --d-d-t

View File

@ -80,11 +80,10 @@ pkgversion() {
}
multilib_src_configure() {
filter-lto
# https://sourceware.org/PR32372
append-cflags -std=gnu17
# Workaround for lld-17 (bug #914640)
# Should be able to drop this w/ >=binutils-2.43
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
filter-lto
local myconf=(
# portage's econf() does not detect presence of --d-d-t

View File

@ -127,10 +127,6 @@ pkgversion() {
multilib_src_configure() {
filter-lto
# Workaround for lld-17 (bug #914640)
# Should be able to drop this w/ >=binutils-2.43
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
local myconf=(
# portage's econf() does not detect presence of --d-d-t
# because it greps only top-level ./configure. But not