mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 22:42:10 +01:00
sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit b73eb34d9ddc76d10368a9c639a613685cdcc62b.
This commit is contained in:
parent
5b7045879d
commit
89d8bae146
@ -32,7 +32,7 @@ else
|
|||||||
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
|
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
|
||||||
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
|
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
|
||||||
SLOT=$(ver_cut 1-2)
|
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
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@ -292,6 +292,10 @@ src_configure() {
|
|||||||
# - Broken at runtime without Java (https://sourceware.org/bugzilla/show_bug.cgi?id=29479)
|
# - 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)
|
# - binutils-config (and this ebuild?) needs adaptation first (https://bugs.gentoo.org/865113)
|
||||||
$(use_enable gprofng)
|
$(use_enable gprofng)
|
||||||
|
|
||||||
|
# Enables colored disassembly by default (equivalent to passing
|
||||||
|
# --disassembler-color=terminal to all objdump invocations).
|
||||||
|
--enable-colored-disassembly
|
||||||
)
|
)
|
||||||
|
|
||||||
case ${CTARGET} in
|
case ${CTARGET} in
|
||||||
|
|||||||
@ -295,6 +295,10 @@ src_configure() {
|
|||||||
# - Broken at runtime without Java (https://sourceware.org/bugzilla/show_bug.cgi?id=29479)
|
# - 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)
|
# - binutils-config (and this ebuild?) needs adaptation first (https://bugs.gentoo.org/865113)
|
||||||
$(use_enable gprofng)
|
$(use_enable gprofng)
|
||||||
|
|
||||||
|
# Enables colored disassembly by default (equivalent to passing
|
||||||
|
# --disassembler-color=terminal to all objdump invocations).
|
||||||
|
--enable-colored-disassembly
|
||||||
)
|
)
|
||||||
|
|
||||||
case ${CTARGET} in
|
case ${CTARGET} in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user