mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 84b3aab16ad1f18cfa0d8272945494d3edb2897b.
This commit is contained in:
parent
6c2716ca30
commit
be97d6fd8f
@ -54,6 +54,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -56,6 +56,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -54,6 +54,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -55,6 +55,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -69,6 +69,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -69,6 +69,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -73,6 +73,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -75,6 +75,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
local myconf=(
|
||||
|
@ -75,6 +75,9 @@ pkgversion() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
# https://sourceware.org/PR32372
|
||||
append-cflags -std=gnu17
|
||||
|
||||
filter-lto
|
||||
|
||||
# Workaround for lld-17 (bug #914640)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user