sys-devel/binutils: Sync with Gentoo

It's from Gentoo commit 5d1e75b4126ff6760ce5d2707591cd4ea7505edb.
This commit is contained in:
Flatcar Buildbot 2023-02-08 12:21:58 +00:00 committed by Sayan Chowdhury
parent 46d7c01333
commit eeadf30b6f
2 changed files with 3 additions and 1 deletions

View File

@ -171,7 +171,7 @@ src_configure() {
# Keep things sane
strip-flags
use cet && filter-flags -mindirect-branch -mindirect-branch=*
use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
local x

View File

@ -171,6 +171,8 @@ src_configure() {
# Keep things sane
strip-flags
use cet && filter-flags -mindirect-branch -mindirect-branch=*
use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
# ideally we want !tc-ld-is-bfd for best future-proofing, but it needs
# https://github.com/gentoo/gentoo/pull/28355