sys-devel/binutils: Sync with Gentoo

It's from Gentoo commit b73eb34d9ddc76d10368a9c639a613685cdcc62b.
This commit is contained in:
Flatcar Buildbot 2024-10-07 07:08:03 +00:00 committed by Krzesimir Nowak
parent 5b7045879d
commit 89d8bae146
3 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,7 @@ else
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
SLOT=$(ver_cut 1-2)
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
fi
#

View File

@ -292,6 +292,10 @@ src_configure() {
# - Broken at runtime without Java (https://sourceware.org/bugzilla/show_bug.cgi?id=29479)
# - binutils-config (and this ebuild?) needs adaptation first (https://bugs.gentoo.org/865113)
$(use_enable gprofng)
# Enables colored disassembly by default (equivalent to passing
# --disassembler-color=terminal to all objdump invocations).
--enable-colored-disassembly
)
case ${CTARGET} in

View File

@ -295,6 +295,10 @@ src_configure() {
# - Broken at runtime without Java (https://sourceware.org/bugzilla/show_bug.cgi?id=29479)
# - binutils-config (and this ebuild?) needs adaptation first (https://bugs.gentoo.org/865113)
$(use_enable gprofng)
# Enables colored disassembly by default (equivalent to passing
# --disassembler-color=terminal to all objdump invocations).
--enable-colored-disassembly
)
case ${CTARGET} in